#80452E

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

Shades of Cumin #80452E

Tints of Cumin #80452E

Color information

#80452E (or 0x80452E) is unknown color: approx Cumin. HEX triplet: 80, 45 and 2E. RGB value is (128,69,46). Sum of RGB (Red+Green+Blue) = 128+69+46=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #80452E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80452E is #7FBAD1. Grayscale: #545454. Windows color (decimal): -8370898 or 3032448. OLE color: 3032448.

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

Color convert

RGB1286946-
CMYK00.460.640.50
HSL16.83º47.13%34.12%-
HSV(B)16.83º64.06%50.2%-
XYZ11.529.043.72-
YUV84.02106.55159.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.67%
GREEN value IS 69 (27.34% from 255) = 28.40%
BLUE value IS 46 (18.36% from 255) = 18.93%
R=52.67%
G=28.40%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128694600.460.640.5016.8347.1334.12
Hex80452E02E4032112f22
Octal2001055605610062215742
Binary1000000010001011011100101110100000011001010001101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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