#836026

Color #836026 Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #836026

Tints of Hot Curry #836026

Color information

#836026 (or 0x836026) is unknown color: approx Hot Curry. HEX triplet: 83, 60 and 26. RGB value is (131,96,38). Sum of RGB (Red+Green+Blue) = 131+96+38=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #836026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836026 is #7C9FD9. Grayscale: #646464. Windows color (decimal): -8167386 or 2515075. OLE color: 2515075.

HSL color Cylindrical-coordinate representation of color #836026: hue angle of 37.42º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #836026 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB1319638-
CMYK00.270.710.49
HSL37.42º55.03%33.14%-
HSV(B)37.42º70.99%51.37%-
XYZ13.8913.333.67-
YUV99.8593.1150.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 49.43%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 38 (15.23% from 255) = 14.34%
R=49.43%
G=36.23%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131963800.270.710.4937.4255.0333.14
Hex83602601B4731253721
Octal2031404603310761456741
Binary1000001111000001001100110111000111110001100101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836026; }

 p { color: rgb(131,96,38); }

 H1.HeaderClassName
 {
   color: #836026;
 }
 .AnyTagClassName
 {
   color: #836026;
 }
</style>
background-color css

<style>
 a { background-color: #836026; }

 a { background-color: rgb(131,96,38); }

 div.DivClassName
 {
   background-color: #836026;
 }
 .BgClassName
 {
   background-color: #836026;
 }
</style>
border-color css

<style>
 span { border-color: #836026; }

 span { border-color: rgb(131,96,38); }

 td.TdClassName
 {
   border-color: #836026;
 }
 .TagClassName
 {
   border-color: #836026;
 }
</style>