#855812

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

Shades of Hot Curry #855812

Tints of Hot Curry #855812

Color information

#855812 (or 0x855812) is unknown color: approx Hot Curry. HEX triplet: 85, 58 and 12. RGB value is (133,88,18). Sum of RGB (Red+Green+Blue) = 133+88+18=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #855812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855812 is #7AA7ED. Grayscale: #5D5D5D. Windows color (decimal): -8038382 or 1202309. OLE color: 1202309.

HSL color Cylindrical-coordinate representation of color #855812: hue angle of 36.52º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #855812 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1338818-
CMYK00.340.860.48
HSL36.52º76.16%29.61%-
HSV(B)36.52º86.47%52.16%-
XYZ13.2712.012.19-
YUV93.4885.41156.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.65%
GREEN value IS 88 (34.77% from 255) = 36.82%
BLUE value IS 18 (7.42% from 255) = 7.53%
R=55.65%
G=36.82%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133881800.340.860.4836.5276.1629.61
Hex8558120225630254c1e
Octal20513022042126604511436
Binary1000010110110001001001000101010110110000100101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855812; }

 p { color: rgb(133,88,18); }

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

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

 a { background-color: rgb(133,88,18); }

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

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

 span { border-color: rgb(133,88,18); }

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