#845921

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

Shades of Hot Curry #845921

Tints of Hot Curry #845921

Color information

#845921 (or 0x845921) is unknown color: approx Hot Curry. HEX triplet: 84, 59 and 21. RGB value is (132,89,33). Sum of RGB (Red+Green+Blue) = 132+89+33=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #845921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845921 is #7BA6DE. Grayscale: #5F5F5F. Windows color (decimal): -8103647 or 2185604. OLE color: 2185604.

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

Color convert

RGB1328933-
CMYK00.330.750.48
HSL33.94º60%32.35%-
HSV(B)33.94º75%51.76%-
XYZ13.3612.163.08-
YUV95.4792.75154.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.97%
GREEN value IS 89 (35.16% from 255) = 35.04%
BLUE value IS 33 (13.28% from 255) = 12.99%
R=51.97%
G=35.04%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132893300.330.750.4833.946032.35
Hex8459210214B30223c20
Octal2041314104111360427440
Binary10000100101100110000101000011001011110000100010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845921; }

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

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

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

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

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

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

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

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