#845820

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

Shades of Hot Curry #845820

Tints of Hot Curry #845820

Color information

#845820 (or 0x845820) is unknown color: approx Hot Curry. HEX triplet: 84, 58 and 20. RGB value is (132,88,32). Sum of RGB (Red+Green+Blue) = 132+88+32=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #845820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845820 is #7BA7DF. Grayscale: #5F5F5F. Windows color (decimal): -8103904 or 2119812. OLE color: 2119812.

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

Color convert

RGB1328832-
CMYK00.330.760.48
HSL33.6º60.98%32.16%-
HSV(B)33.6º75.76%51.76%-
XYZ13.2711.992.98-
YUV94.7792.58154.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.38%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 32 (12.89% from 255) = 12.70%
R=52.38%
G=34.92%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132883200.330.760.4833.660.9832.16
Hex8458200214C30223d20
Octal2041304004111460427540
Binary10000100101100010000001000011001100110000100010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845820; }

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

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

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

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

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

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

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

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