#835424

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

Shades of Hot Curry #835424

Tints of Hot Curry #835424

Color information

#835424 (or 0x835424) is unknown color: approx Hot Curry. HEX triplet: 83, 54 and 24. RGB value is (131,84,36). Sum of RGB (Red+Green+Blue) = 131+84+36=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #835424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835424 is #7CABDB. Grayscale: #5C5C5C. Windows color (decimal): -8170460 or 2380931. OLE color: 2380931.

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

Color convert

RGB1318436-
CMYK00.360.730.49
HSL30.32º56.89%32.75%-
HSV(B)30.32º72.52%51.37%-
XYZ12.8511.293.17-
YUV92.5896.07155.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.19%
GREEN value IS 84 (33.20% from 255) = 33.47%
BLUE value IS 36 (14.45% from 255) = 14.34%
R=52.19%
G=33.47%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131843600.360.730.4930.3256.8932.75
Hex83542402449311e3921
Octal2031244404411161367141
Binary1000001110101001001000100100100100111000111110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835424; }

 p { color: rgb(131,84,36); }

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

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

 a { background-color: rgb(131,84,36); }

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

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

 span { border-color: rgb(131,84,36); }

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