Html Css Color HEX #855D24 Hot Curry

📋 copy color: '#855D24'

red 133 ◦ green 93 ◦ blue 36

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

Shades of Hot Curry #855D24

Tints of Hot Curry #855D24

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.5%

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

R = 50.76%
G = 35.5%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#855D24 (or 0x855D24) is known color: Hot Curry. HEX triplet: 85, 5D and 24. RGB value is (133,93,36). Sum of RGB (Red+Green+Blue) = 133+93+36=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #855D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D24 is #7AA2DB. Grayscale: #626262. Windows color (decimal): -8037084 or 2383237. OLE color: 2383237.

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

Color convert

RGB 133 93 36 -
CMYK 0 0.30 0.73 0.48
HSL 35.26º 0.57% 0.33% -
HSV(B) 35.26º 0.73% 0.52% -
XYZ 13.91 12.94 3.43 -
YUV 98.46 92.75 152.63 -
System Red Green Blue C M Y K H S L
Decimal 133 93 36 0 0.30 0.73 0.48 35.26 0.57 0.33
Hex 85 5D 24 0 1E 49 30 23 39 21
Octal 205 135 44 0 36 111 60 43 71 41
Binary 10000101 1011101 100100 0 11110 1001001 110000 100011 111001 100001

Color Harmonies of #855D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D24

Black with #855D24

Text Example


Text Example

White with #855D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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