Html Css Color HEX #856122 Hot Curry

📋 copy color: '#856122'

red 133 ◦ green 97 ◦ blue 34

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

Shades of Hot Curry #856122

Tints of Hot Curry #856122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.88%

R = 50.38%
G = 36.74%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#856122 (or 0x856122) is known color: Hot Curry. HEX triplet: 85, 61 and 22. RGB value is (133,97,34). Sum of RGB (Red+Green+Blue) = 133+97+34=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #856122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856122 is #7A9EDD. Grayscale: #646464. Windows color (decimal): -8036062 or 2253189. OLE color: 2253189.

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

Color convert

RGB 133 97 34 -
CMYK 0 0.27 0.74 0.48
HSL 38.18º 0.59% 0.33% -
HSV(B) 38.18º 0.74% 0.52% -
XYZ 14.24 13.65 3.4 -
YUV 100.58 90.43 151.12 -
System Red Green Blue C M Y K H S L
Decimal 133 97 34 0 0.27 0.74 0.48 38.18 0.59 0.33
Hex 85 61 22 0 1B 4A 30 26 3B 21
Octal 205 141 42 0 33 112 60 46 73 41
Binary 10000101 1100001 100010 0 11011 1001010 110000 100110 111011 100001

Color Harmonies of #856122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856122

Black with #856122

Text Example


Text Example

White with #856122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856122; }

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

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

background-color css

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

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

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

border-color css

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

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

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