#845720

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

Shades of Hot Curry #845720

Tints of Hot Curry #845720

Color information

#845720 (or 0x845720) is unknown color: approx Hot Curry. HEX triplet: 84, 57 and 20. RGB value is (132,87,32). Sum of RGB (Red+Green+Blue) = 132+87+32=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #845720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845720 is #7BA8DF. Grayscale: #5E5E5E. Windows color (decimal): -8104160 or 2119556. OLE color: 2119556.

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

Color convert

RGB1328732-
CMYK00.340.760.48
HSL33º60.98%32.16%-
HSV(B)33º75.76%51.76%-
XYZ13.1811.832.95-
YUV94.1892.91154.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.59%
GREEN value IS 87 (34.38% from 255) = 34.66%
BLUE value IS 32 (12.89% from 255) = 12.75%
R=52.59%
G=34.66%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132873200.340.760.483360.9832.16
Hex8457200224C30213d20
Octal2041274004211460417540
Binary10000100101011110000001000101001100110000100001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845720; }

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

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

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

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

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

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

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

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