#845912

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

Shades of Hot Curry #845912

Tints of Hot Curry #845912

Color information

#845912 (or 0x845912) is unknown color: approx Hot Curry. HEX triplet: 84, 59 and 12. RGB value is (132,89,18). Sum of RGB (Red+Green+Blue) = 132+89+18=239 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.23% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 132 - color contains mainly: red. Hex color #845912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845912 is #7BA6ED. Grayscale: #5E5E5E. Windows color (decimal): -8103662 or 1202564. OLE color: 1202564.

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

Color convert

RGB1328918-
CMYK00.330.860.48
HSL37.37º76%29.41%-
HSV(B)37.37º86.36%51.76%-
XYZ13.212.092.21-
YUV93.7685.25155.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.23%
GREEN value IS 89 (35.16% from 255) = 37.24%
BLUE value IS 18 (7.42% from 255) = 7.53%
R=55.23%
G=37.24%
B=7.53%

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
Decimal132891800.330.860.4837.377629.41
Hex8459120215630254c1d
Octal20413122041126604511435
Binary1000010010110011001001000011010110110000100101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845912; }

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

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

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

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

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

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

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

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