#845716

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

Shades of Hot Curry #845716

Tints of Hot Curry #845716

Color information

#845716 (or 0x845716) is unknown color: approx Hot Curry. HEX triplet: 84, 57 and 16. RGB value is (132,87,22). Sum of RGB (Red+Green+Blue) = 132+87+22=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #845716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845716 is #7BA8E9. Grayscale: #5D5D5D. Windows color (decimal): -8104170 or 1464196. OLE color: 1464196.

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

Color convert

RGB1328722-
CMYK00.340.830.48
HSL35.45º71.43%30.2%-
HSV(B)35.45º83.33%51.76%-
XYZ13.0711.782.34-
YUV93.0487.91155.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.77%
GREEN value IS 87 (34.38% from 255) = 36.10%
BLUE value IS 22 (8.98% from 255) = 9.13%
R=54.77%
G=36.10%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132872200.340.830.4835.4571.4330.2
Hex845716022533023471e
Octal20412726042123604310736
Binary1000010010101111011001000101010011110000100011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845716; }

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

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

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

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

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

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

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

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