#80462E

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

Shades of Cumin #80462E

Tints of Cumin #80462E

Color information

#80462E (or 0x80462E) is unknown color: approx Cumin. HEX triplet: 80, 46 and 2E. RGB value is (128,70,46). Sum of RGB (Red+Green+Blue) = 128+70+46=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #80462E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80462E is #7FB9D1. Grayscale: #545454. Windows color (decimal): -8370642 or 3032704. OLE color: 3032704.

HSL color Cylindrical-coordinate representation of color #80462E: hue angle of 17.56º 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 #80462E is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB1287046-
CMYK00.450.640.50
HSL17.56º47.13%34.12%-
HSV(B)17.56º64.06%50.2%-
XYZ11.599.173.74-
YUV84.61106.22158.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.46%
GREEN value IS 70 (27.73% from 255) = 28.69%
BLUE value IS 46 (18.36% from 255) = 18.85%
R=52.46%
G=28.69%
B=18.85%

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
Decimal128704600.450.640.5017.5647.1334.12
Hex80462E02D4032122f22
Octal2001065605510062225742
Binary1000000010001101011100101101100000011001010010101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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