Html Css Color HEX #855D18 Hot Curry

📋 copy color: '#855D18'

red 133 ◦ green 93 ◦ blue 24

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

Shades of Hot Curry #855D18

Tints of Hot Curry #855D18

RGB

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

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

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

R = 53.2%
G = 37.2%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#855D18 (or 0x855D18) is known color: Hot Curry. HEX triplet: 85, 5D and 18. RGB value is (133,93,24). Sum of RGB (Red+Green+Blue) = 133+93+24=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #855D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855D18 is #7AA2E7. Grayscale: #616161. Windows color (decimal): -8037096 or 1596805. OLE color: 1596805.

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

Color convert

RGB 133 93 24 -
CMYK 0 0.30 0.82 0.48
HSL 37.98º 0.69% 0.31% -
HSV(B) 37.98º 0.82% 0.52% -
XYZ 13.75 12.88 2.63 -
YUV 97.09 86.75 153.61 -
System Red Green Blue C M Y K H S L
Decimal 133 93 24 0 0.30 0.82 0.48 37.98 0.69 0.31
Hex 85 5D 18 0 1E 52 30 26 45 1F
Octal 205 135 30 0 36 122 60 46 105 37
Binary 10000101 1011101 11000 0 11110 1010010 110000 100110 1000101 11111

Color Harmonies of #855D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D18

Black with #855D18

Text Example


Text Example

White with #855D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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