#836032

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

Shades of Hot Curry #836032

Tints of Hot Curry #836032

Color information

#836032 (or 0x836032) is unknown color: approx Hot Curry. HEX triplet: 83, 60 and 32. RGB value is (131,96,50). Sum of RGB (Red+Green+Blue) = 131+96+50=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #836032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836032 is #7C9FCD. Grayscale: #656565. Windows color (decimal): -8167374 or 3301507. OLE color: 3301507.

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

Color convert

RGB1319650-
CMYK00.270.620.49
HSL34.07º44.75%35.49%-
HSV(B)34.07º61.83%51.37%-
XYZ14.1213.424.86-
YUV101.2299.1149.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.29%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 50 (19.92% from 255) = 18.05%
R=47.29%
G=34.66%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131965000.270.620.4934.0744.7535.49
Hex83603201B3E31222d23
Octal203140620337661425543
Binary100000111100000110010011011111110110001100010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836032; }

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

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

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

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

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

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

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

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