Html Css Color HEX #855E28 Hot Curry

📋 copy color: '#855E28'

red 133 ◦ green 94 ◦ blue 40

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

Shades of Hot Curry #855E28

Tints of Hot Curry #855E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.98%

R = 49.81%
G = 35.21%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#855E28 (or 0x855E28) is known color: Hot Curry. HEX triplet: 85, 5E and 28. RGB value is (133,94,40). Sum of RGB (Red+Green+Blue) = 133+94+40=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #855E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E28 is #7AA1D7. Grayscale: #636363. Windows color (decimal): -8036824 or 2645637. OLE color: 2645637.

HSL color Cylindrical-coordinate representation of color #855E28: hue angle of 34.84º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #855E28 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 94 40 -
CMYK 0 0.29 0.70 0.48
HSL 34.84º 0.54% 0.34% -
HSV(B) 34.84º 0.7% 0.52% -
XYZ 14.06 13.15 3.8 -
YUV 99.51 94.42 151.89 -
System Red Green Blue C M Y K H S L
Decimal 133 94 40 0 0.29 0.70 0.48 34.84 0.54 0.34
Hex 85 5E 28 0 1D 46 30 23 36 22
Octal 205 136 50 0 35 106 60 43 66 42
Binary 10000101 1011110 101000 0 11101 1000110 110000 100011 110110 100010

Color Harmonies of #855E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E28

Black with #855E28

Text Example


Text Example

White with #855E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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