Html Css Color HEX #856022 Hot Curry

📋 copy color: '#856022'

red 133 ◦ green 96 ◦ blue 34

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

Shades of Hot Curry #856022

Tints of Hot Curry #856022

RGB

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

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

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

R = 50.57%
G = 36.5%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#856022 (or 0x856022) is known color: Hot Curry. HEX triplet: 85, 60 and 22. RGB value is (133,96,34). Sum of RGB (Red+Green+Blue) = 133+96+34=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #856022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856022 is #7A9FDD. Grayscale: #646464. Windows color (decimal): -8036318 or 2252933. OLE color: 2252933.

HSL color Cylindrical-coordinate representation of color #856022: hue angle of 37.58º 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 #856022 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 96 34 -
CMYK 0 0.28 0.74 0.48
HSL 37.58º 0.59% 0.33% -
HSV(B) 37.58º 0.74% 0.52% -
XYZ 14.14 13.47 3.37 -
YUV 100 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 133 96 34 0 0.28 0.74 0.48 37.58 0.59 0.33
Hex 85 60 22 0 1C 4A 30 26 3B 21
Octal 205 140 42 0 34 112 60 46 73 41
Binary 10000101 1100000 100010 0 11100 1001010 110000 100110 111011 100001

Color Harmonies of #856022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856022

Black with #856022

Text Example


Text Example

White with #856022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856022; }

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

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

background-color css

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

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

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

border-color css

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

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

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