#855912

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

Shades of Hot Curry #855912

Tints of Hot Curry #855912

Color information

#855912 (or 0x855912) is unknown color: approx Hot Curry. HEX triplet: 85, 59 and 12. RGB value is (133,89,18). Sum of RGB (Red+Green+Blue) = 133+89+18=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #855912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855912 is #7AA6ED. Grayscale: #5E5E5E. Windows color (decimal): -8038126 or 1202565. OLE color: 1202565.

HSL color Cylindrical-coordinate representation of color #855912: hue angle of 37.04º 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 #855912 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1338918-
CMYK00.330.860.48
HSL37.04º76.16%29.61%-
HSV(B)37.04º86.47%52.16%-
XYZ13.3512.172.22-
YUV94.0685.08155.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.42%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 18 (7.42% from 255) = 7.5%
R=55.42%
G=37.08%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133891800.330.860.4837.0476.1629.61
Hex8559120215630254c1e
Octal20513122041126604511436
Binary1000010110110011001001000011010110110000100101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855912; }

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

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

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

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

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

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

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

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