#845C16

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

Shades of Hot Curry #845C16

Tints of Hot Curry #845C16

Color information

#845C16 (or 0x845C16) is unknown color: approx Hot Curry. HEX triplet: 84, 5C and 16. RGB value is (132,92,22). Sum of RGB (Red+Green+Blue) = 132+92+22=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #845C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845C16 is #7BA3E9. Grayscale: #606060. Windows color (decimal): -8102890 or 1465476. OLE color: 1465476.

HSL color Cylindrical-coordinate representation of color #845C16: hue angle of 38.18º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #845C16 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB1329222-
CMYK00.300.830.48
HSL38.18º71.43%30.2%-
HSV(B)38.18º83.33%51.76%-
XYZ13.4912.622.48-
YUV95.9886.25153.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.66%
GREEN value IS 92 (36.33% from 255) = 37.40%
BLUE value IS 22 (8.98% from 255) = 8.94%
R=53.66%
G=37.40%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132922200.300.830.4838.1871.4330.2
Hex845C1601E533026471e
Octal20413426036123604610736
Binary100001001011100101100111101010011110000100110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,92,22); }

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

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

 a { background-color: rgb(132,92,22); }

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

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

 span { border-color: rgb(132,92,22); }

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