#845821

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

Shades of Hot Curry #845821

Tints of Hot Curry #845821

Color information

#845821 (or 0x845821) is unknown color: approx Hot Curry. HEX triplet: 84, 58 and 21. RGB value is (132,88,33). Sum of RGB (Red+Green+Blue) = 132+88+33=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #845821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845821 is #7BA7DE. Grayscale: #5F5F5F. Windows color (decimal): -8103903 or 2185348. OLE color: 2185348.

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

Color convert

RGB1328833-
CMYK00.330.750.48
HSL33.33º60%32.35%-
HSV(B)33.33º75%51.76%-
XYZ13.2811.993.05-
YUV94.8993.08154.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.17%
GREEN value IS 88 (34.77% from 255) = 34.78%
BLUE value IS 33 (13.28% from 255) = 13.04%
R=52.17%
G=34.78%
B=13.04%

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
Decimal132883300.330.750.4833.336032.35
Hex8458210214B30213c20
Octal2041304104111360417440
Binary10000100101100010000101000011001011110000100001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845821; }

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

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

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

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

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

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

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

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