#845B12

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

Shades of Hot Curry #845B12

Tints of Hot Curry #845B12

Color information

#845B12 (or 0x845B12) is unknown color: approx Hot Curry. HEX triplet: 84, 5B and 12. RGB value is (132,91,18). Sum of RGB (Red+Green+Blue) = 132+91+18=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #845B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845B12 is #7BA4ED. Grayscale: #5F5F5F. Windows color (decimal): -8103150 or 1203076. OLE color: 1203076.

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

Color convert

RGB1329118-
CMYK00.310.860.48
HSL38.42º76%29.41%-
HSV(B)38.42º86.36%51.76%-
XYZ13.3712.432.27-
YUV94.9484.58154.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.77%
GREEN value IS 91 (35.94% from 255) = 37.76%
BLUE value IS 18 (7.42% from 255) = 7.47%
R=54.77%
G=37.76%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132911800.310.860.4838.427629.41
Hex845B1201F5630264c1d
Octal20413322037126604611435
Binary100001001011011100100111111010110110000100110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845B12; }

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

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

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

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

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

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

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

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