Html Css Color HEX #855B18 Hot Curry

📋 copy color: '#855B18'

red 133 ◦ green 91 ◦ blue 24

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

Shades of Hot Curry #855B18

Tints of Hot Curry #855B18

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.69%

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

R = 53.63%
G = 36.69%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#855B18 (or 0x855B18) is known color: Hot Curry. HEX triplet: 85, 5B and 18. RGB value is (133,91,24). Sum of RGB (Red+Green+Blue) = 133+91+24=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #855B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855B18 is #7AA4E7. Grayscale: #606060. Windows color (decimal): -8037608 or 1596293. OLE color: 1596293.

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

Color convert

RGB 133 91 24 -
CMYK 0 0.32 0.82 0.48
HSL 36.88º 0.69% 0.31% -
HSV(B) 36.88º 0.82% 0.52% -
XYZ 13.58 12.53 2.57 -
YUV 95.92 87.41 154.45 -
System Red Green Blue C M Y K H S L
Decimal 133 91 24 0 0.32 0.82 0.48 36.88 0.69 0.31
Hex 85 5B 18 0 20 52 30 25 45 1F
Octal 205 133 30 0 40 122 60 45 105 37
Binary 10000101 1011011 11000 0 100000 1010010 110000 100101 1000101 11111

Color Harmonies of #855B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855B18

Black with #855B18

Text Example


Text Example

White with #855B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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