Html Css Color HEX #855E18 Hot Curry

📋 copy color: '#855E18'

red 133 ◦ green 94 ◦ blue 24

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

Shades of Hot Curry #855E18

Tints of Hot Curry #855E18

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.45%

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

R = 52.99%
G = 37.45%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#855E18 (or 0x855E18) is known color: Hot Curry. HEX triplet: 85, 5E and 18. RGB value is (133,94,24). Sum of RGB (Red+Green+Blue) = 133+94+24=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #855E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855E18 is #7AA1E7. Grayscale: #616161. Windows color (decimal): -8036840 or 1597061. OLE color: 1597061.

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

Color convert

RGB 133 94 24 -
CMYK 0 0.29 0.82 0.48
HSL 38.53º 0.69% 0.31% -
HSV(B) 38.53º 0.82% 0.52% -
XYZ 13.84 13.06 2.66 -
YUV 97.68 86.42 153.19 -
System Red Green Blue C M Y K H S L
Decimal 133 94 24 0 0.29 0.82 0.48 38.53 0.69 0.31
Hex 85 5E 18 0 1D 52 30 27 45 1F
Octal 205 136 30 0 35 122 60 47 105 37
Binary 10000101 1011110 11000 0 11101 1010010 110000 100111 1000101 11111

Color Harmonies of #855E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E18

Black with #855E18

Text Example


Text Example

White with #855E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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