#855E19

Color #855E19 Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #855E19

Tints of Hot Curry #855E19

Color information

#855E19 (or 0x855E19) is unknown color: approx Hot Curry. HEX triplet: 85, 5E and 19. RGB value is (133,94,25). Sum of RGB (Red+Green+Blue) = 133+94+25=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #855E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855E19 is #7AA1E6. Grayscale: #626262. Windows color (decimal): -8036839 or 1662597. OLE color: 1662597.

HSL color Cylindrical-coordinate representation of color #855E19: hue angle of 38.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #855E19 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB1339425-
CMYK00.290.810.48
HSL38.33º68.35%30.98%-
HSV(B)38.33º81.2%52.16%-
XYZ13.8513.062.71-
YUV97.7986.92153.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.78%
GREEN value IS 94 (37.11% from 255) = 37.30%
BLUE value IS 25 (10.16% from 255) = 9.92%
R=52.78%
G=37.30%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133942500.290.810.4838.3368.3530.98
Hex855E1901D513026441f
Octal20513631035121604610437
Binary100001011011110110010111011010001110000100110100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #855E19;
 }
 .AnyTagClassName
 {
   color: #855E19;
 }
</style>
background-color css

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

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

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

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

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

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