#855E1C

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

Shades of Hot Curry #855E1C

Tints of Hot Curry #855E1C

Color information

#855E1C (or 0x855E1C) is unknown color: approx Hot Curry. HEX triplet: 85, 5E and 1C. RGB value is (133,94,28). Sum of RGB (Red+Green+Blue) = 133+94+28=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #855E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E1C is #7AA1E3. Grayscale: #626262. Windows color (decimal): -8036836 or 1859205. OLE color: 1859205.

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

Color convert

RGB1339428-
CMYK00.290.790.48
HSL37.71º65.22%31.57%-
HSV(B)37.71º78.95%52.16%-
XYZ13.8913.082.89-
YUV98.1488.42152.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 94 (37.11% from 255) = 36.86%
BLUE value IS 28 (11.33% from 255) = 10.98%
R=52.16%
G=36.86%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133942800.290.790.4837.7165.2231.57
Hex855E1C01D4F30264120
Octal20513634035117604610140
Binary1000010110111101110001110110011111100001001101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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