#845628

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

Shades of Hot Curry #845628

Tints of Hot Curry #845628

Color information

#845628 (or 0x845628) is unknown color: approx Hot Curry. HEX triplet: 84, 56 and 28. RGB value is (132,86,40). Sum of RGB (Red+Green+Blue) = 132+86+40=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #845628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845628 is #7BA9D7. Grayscale: #5E5E5E. Windows color (decimal): -8104408 or 2643588. OLE color: 2643588.

HSL color Cylindrical-coordinate representation of color #845628: hue angle of 30º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #845628 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB1328640-
CMYK00.350.700.48
HSL30º53.49%33.73%-
HSV(B)30º69.7%51.76%-
XYZ13.2311.713.57-
YUV94.5197.24154.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.16%
GREEN value IS 86 (33.98% from 255) = 33.33%
BLUE value IS 40 (16.02% from 255) = 15.50%
R=51.16%
G=33.33%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132864000.350.700.483053.4933.73
Hex84562802346301e3522
Octal2041265004310660366542
Binary1000010010101101010000100011100011011000011110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845628; }

 p { color: rgb(132,86,40); }

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

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

 a { background-color: rgb(132,86,40); }

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

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

 span { border-color: rgb(132,86,40); }

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