Html Css Color HEX #856024 Hot Curry

📋 copy color: '#856024'

red 133 ◦ green 96 ◦ blue 36

#856024
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Curry #856024

Tints of Hot Curry #856024

RGB

 RED value IS 133 (52.34% from 255) = 50.19%

 GREEN value IS 96 (37.89% from 255) = 36.23%

 BLUE value IS 36 (14.45% from 255) = 13.58%

R = 50.19%
G = 36.23%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#856024 (or 0x856024) is known color: Hot Curry. HEX triplet: 85, 60 and 24. RGB value is (133,96,36). Sum of RGB (Red+Green+Blue) = 133+96+36=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #856024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856024 is #7A9FDB. Grayscale: #646464. Windows color (decimal): -8036316 or 2384005. OLE color: 2384005.

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

Color convert

RGB 133 96 36 -
CMYK 0 0.28 0.73 0.48
HSL 37.11º 0.57% 0.33% -
HSV(B) 37.11º 0.73% 0.52% -
XYZ 14.17 13.48 3.52 -
YUV 100.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 133 96 36 0 0.28 0.73 0.48 37.11 0.57 0.33
Hex 85 60 24 0 1C 49 30 25 39 21
Octal 205 140 44 0 34 111 60 45 71 41
Binary 10000101 1100000 100100 0 11100 1001001 110000 100101 111001 100001

Color Harmonies of #856024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856024

Black with #856024

Text Example


Text Example

White with #856024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856024; }

 p { color: rgb(133,96,36); }

 H1.HeaderClassName
 {
   color: #856024;
 }
 .AnyTagClassName
 {
   color: #856024;
 }
</style>

background-color css

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

 a { background-color: rgb(133,96,36); }

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

border-color css

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

 span { border-color: rgb(133,96,36); }

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