Html Css Color HEX #855F24 Hot Curry

📋 copy color: '#855F24'

red 133 ◦ green 95 ◦ blue 36

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

Shades of Hot Curry #855F24

Tints of Hot Curry #855F24

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.98%

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

R = 50.38%
G = 35.98%
B = 13.64%

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

#855F24 (or 0x855F24) is known color: Hot Curry. HEX triplet: 85, 5F and 24. RGB value is (133,95,36). Sum of RGB (Red+Green+Blue) = 133+95+36=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #855F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F24 is #7AA0DB. Grayscale: #636363. Windows color (decimal): -8036572 or 2383749. OLE color: 2383749.

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

Color convert

RGB 133 95 36 -
CMYK 0 0.29 0.73 0.48
HSL 36.49º 0.57% 0.33% -
HSV(B) 36.49º 0.73% 0.52% -
XYZ 14.08 13.3 3.49 -
YUV 99.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 133 95 36 0 0.29 0.73 0.48 36.49 0.57 0.33
Hex 85 5F 24 0 1D 49 30 24 39 21
Octal 205 137 44 0 35 111 60 44 71 41
Binary 10000101 1011111 100100 0 11101 1001001 110000 100100 111001 100001

Color Harmonies of #855F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F24

Black with #855F24

Text Example


Text Example

White with #855F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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