Html Css Color HEX #855E20 Hot Curry

📋 copy color: '#855E20'

red 133 ◦ green 94 ◦ blue 32

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

Shades of Hot Curry #855E20

Tints of Hot Curry #855E20

RGB

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

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

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

R = 51.35%
G = 36.29%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#855E20 (or 0x855E20) is known color: Hot Curry. HEX triplet: 85, 5E and 20. RGB value is (133,94,32). Sum of RGB (Red+Green+Blue) = 133+94+32=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #855E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E20 is #7AA1DF. Grayscale: #626262. Windows color (decimal): -8036832 or 2121349. OLE color: 2121349.

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

Color convert

RGB 133 94 32 -
CMYK 0 0.29 0.76 0.48
HSL 36.83º 0.61% 0.32% -
HSV(B) 36.83º 0.76% 0.52% -
XYZ 13.94 13.1 3.16 -
YUV 98.59 90.42 152.54 -
System Red Green Blue C M Y K H S L
Decimal 133 94 32 0 0.29 0.76 0.48 36.83 0.61 0.32
Hex 85 5E 20 0 1D 4C 30 25 3D 20
Octal 205 136 40 0 35 114 60 45 75 40
Binary 10000101 1011110 100000 0 11101 1001100 110000 100101 111101 100000

Color Harmonies of #855E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E20

Black with #855E20

Text Example


Text Example

White with #855E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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