#845627

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

Shades of Hot Curry #845627

Tints of Hot Curry #845627

Color information

#845627 (or 0x845627) is unknown color: approx Hot Curry. HEX triplet: 84, 56 and 27. RGB value is (132,86,39). Sum of RGB (Red+Green+Blue) = 132+86+39=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #845627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845627 is #7BA9D8. Grayscale: #5E5E5E. Windows color (decimal): -8104409 or 2578052. OLE color: 2578052.

HSL color Cylindrical-coordinate representation of color #845627: hue angle of 30.32º degrees, saturation: 0.54, 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 #845627 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB1328639-
CMYK00.350.700.48
HSL30.32º54.39%33.53%-
HSV(B)30.32º70.45%51.76%-
XYZ13.2111.713.48-
YUV94.496.74154.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.36%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 39 (15.62% from 255) = 15.18%
R=51.36%
G=33.46%
B=15.18%

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
Decimal132863900.350.700.4830.3254.3933.53
Hex84562702346301e3622
Octal2041264704310660366642
Binary1000010010101101001110100011100011011000011110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845627; }

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

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

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

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

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

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

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

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