Html Css Color HEX #855E24 Hot Curry

📋 copy color: '#855E24'

red 133 ◦ green 94 ◦ blue 36

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

Shades of Hot Curry #855E24

Tints of Hot Curry #855E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.69%

R = 50.57%
G = 35.74%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#855E24 (or 0x855E24) is known color: Hot Curry. HEX triplet: 85, 5E and 24. RGB value is (133,94,36). Sum of RGB (Red+Green+Blue) = 133+94+36=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #855E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E24 is #7AA1DB. Grayscale: #636363. Windows color (decimal): -8036828 or 2383493. OLE color: 2383493.

HSL color Cylindrical-coordinate representation of color #855E24: hue angle of 35.88º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #855E24 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 94 36 -
CMYK 0 0.29 0.73 0.48
HSL 35.88º 0.57% 0.33% -
HSV(B) 35.88º 0.73% 0.52% -
XYZ 13.99 13.12 3.46 -
YUV 99.05 92.42 152.22 -
System Red Green Blue C M Y K H S L
Decimal 133 94 36 0 0.29 0.73 0.48 35.88 0.57 0.33
Hex 85 5E 24 0 1D 49 30 24 39 21
Octal 205 136 44 0 35 111 60 44 71 41
Binary 10000101 1011110 100100 0 11101 1001001 110000 100100 111001 100001

Color Harmonies of #855E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E24

Black with #855E24

Text Example


Text Example

White with #855E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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