Html Css Color HEX #856120 Hot Curry

📋 copy color: '#856120'

red 133 ◦ green 97 ◦ blue 32

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

Shades of Hot Curry #856120

Tints of Hot Curry #856120

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.02%

 BLUE value IS 32 (12.89% from 255) = 12.21%

R = 50.76%
G = 37.02%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#856120 (or 0x856120) is known color: Hot Curry. HEX triplet: 85, 61 and 20. RGB value is (133,97,32). Sum of RGB (Red+Green+Blue) = 133+97+32=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #856120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856120 is #7A9EDF. Grayscale: #646464. Windows color (decimal): -8036064 or 2122117. OLE color: 2122117.

HSL color Cylindrical-coordinate representation of color #856120: hue angle of 38.61º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #856120 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 97 32 -
CMYK 0 0.27 0.76 0.48
HSL 38.61º 0.61% 0.32% -
HSV(B) 38.61º 0.76% 0.52% -
XYZ 14.21 13.64 3.25 -
YUV 100.35 89.43 151.29 -
System Red Green Blue C M Y K H S L
Decimal 133 97 32 0 0.27 0.76 0.48 38.61 0.61 0.32
Hex 85 61 20 0 1B 4C 30 27 3D 20
Octal 205 141 40 0 33 114 60 47 75 40
Binary 10000101 1100001 100000 0 11011 1001100 110000 100111 111101 100000

Color Harmonies of #856120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856120

Black with #856120

Text Example


Text Example

White with #856120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856120; }

 p { color: rgb(133,97,32); }

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

background-color css

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

 a { background-color: rgb(133,97,32); }

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

border-color css

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

 span { border-color: rgb(133,97,32); }

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