#80472E

Color #80472E Cumin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cumin #80472E

Tints of Cumin #80472E

Color information

#80472E (or 0x80472E) is unknown color: approx Cumin. HEX triplet: 80, 47 and 2E. RGB value is (128,71,46). Sum of RGB (Red+Green+Blue) = 128+71+46=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #80472E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80472E is #7FB8D1. Grayscale: #555555. Windows color (decimal): -8370386 or 3032960. OLE color: 3032960.

HSL color Cylindrical-coordinate representation of color #80472E: hue angle of 18.29º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80472E is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB1287146-
CMYK00.450.640.50
HSL18.29º47.13%34.12%-
HSV(B)18.29º64.06%50.2%-
XYZ11.659.293.76-
YUV85.19105.88158.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.24%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 46 (18.36% from 255) = 18.78%
R=52.24%
G=28.98%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128714600.450.640.5018.2947.1334.12
Hex80472E02D4032122f22
Octal2001075605510062225742
Binary1000000010001111011100101101100000011001010010101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80472E; }

 p { color: rgb(128,71,46); }

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

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

 a { background-color: rgb(128,71,46); }

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

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

 span { border-color: rgb(128,71,46); }

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