Html Css Color HEX #855E22 Hot Curry

📋 copy color: '#855E22'

red 133 ◦ green 94 ◦ blue 34

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

Shades of Hot Curry #855E22

Tints of Hot Curry #855E22

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.02%

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

R = 50.96%
G = 36.02%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#855E22 (or 0x855E22) is known color: Hot Curry. HEX triplet: 85, 5E and 22. RGB value is (133,94,34). Sum of RGB (Red+Green+Blue) = 133+94+34=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #855E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E22 is #7AA1DD. Grayscale: #636363. Windows color (decimal): -8036830 or 2252421. OLE color: 2252421.

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

Color convert

RGB 133 94 34 -
CMYK 0 0.29 0.74 0.48
HSL 36.36º 0.59% 0.33% -
HSV(B) 36.36º 0.74% 0.52% -
XYZ 13.96 13.11 3.31 -
YUV 98.82 91.42 152.38 -
System Red Green Blue C M Y K H S L
Decimal 133 94 34 0 0.29 0.74 0.48 36.36 0.59 0.33
Hex 85 5E 22 0 1D 4A 30 24 3B 21
Octal 205 136 42 0 35 112 60 44 73 41
Binary 10000101 1011110 100010 0 11101 1001010 110000 100100 111011 100001

Color Harmonies of #855E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E22

Black with #855E22

Text Example


Text Example

White with #855E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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