Html Css Color HEX #856121 Hot Curry

📋 copy color: '#856121'

red 133 ◦ green 97 ◦ blue 33

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

Shades of Hot Curry #856121

Tints of Hot Curry #856121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.55%

R = 50.57%
G = 36.88%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#856121 (or 0x856121) is known color: Hot Curry. HEX triplet: 85, 61 and 21. RGB value is (133,97,33). Sum of RGB (Red+Green+Blue) = 133+97+33=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #856121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856121 is #7A9EDE. Grayscale: #646464. Windows color (decimal): -8036063 or 2187653. OLE color: 2187653.

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

Color convert

RGB 133 97 33 -
CMYK 0 0.27 0.75 0.48
HSL 38.4º 0.6% 0.33% -
HSV(B) 38.4º 0.75% 0.52% -
XYZ 14.22 13.65 3.32 -
YUV 100.47 89.93 151.2 -
System Red Green Blue C M Y K H S L
Decimal 133 97 33 0 0.27 0.75 0.48 38.4 0.6 0.33
Hex 85 61 21 0 1B 4B 30 26 3C 21
Octal 205 141 41 0 33 113 60 46 74 41
Binary 10000101 1100001 100001 0 11011 1001011 110000 100110 111100 100001

Color Harmonies of #856121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856121

Black with #856121

Text Example


Text Example

White with #856121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856121; }

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

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

background-color css

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

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

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

border-color css

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

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

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