Html Css Color HEX #855518 Hot Curry

📋 copy color: '#855518'

red 133 ◦ green 85 ◦ blue 24

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

Shades of Hot Curry #855518

Tints of Hot Curry #855518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.12%

 BLUE value IS 24 (9.77% from 255) = 9.92%

R = 54.96%
G = 35.12%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#855518 (or 0x855518) is known color: Hot Curry. HEX triplet: 85, 55 and 18. RGB value is (133,85,24). Sum of RGB (Red+Green+Blue) = 133+85+24=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #855518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855518 is #7AAAE7. Grayscale: #5C5C5C. Windows color (decimal): -8039144 or 1594757. OLE color: 1594757.

HSL color Cylindrical-coordinate representation of color #855518: hue angle of 33.58º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #855518 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 85 24 -
CMYK 0 0.36 0.82 0.48
HSL 33.58º 0.69% 0.31% -
HSV(B) 33.58º 0.82% 0.52% -
XYZ 13.09 11.55 2.4 -
YUV 92.4 89.4 156.96 -
System Red Green Blue C M Y K H S L
Decimal 133 85 24 0 0.36 0.82 0.48 33.58 0.69 0.31
Hex 85 55 18 0 24 52 30 22 45 1F
Octal 205 125 30 0 44 122 60 42 105 37
Binary 10000101 1010101 11000 0 100100 1010010 110000 100010 1000101 11111

Color Harmonies of #855518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855518

Black with #855518

Text Example


Text Example

White with #855518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855518; }

 p { color: rgb(133,85,24); }

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

background-color css

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

 a { background-color: rgb(133,85,24); }

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

border-color css

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

 span { border-color: rgb(133,85,24); }

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