#80422C

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

Shades of Cumin #80422C

Tints of Cumin #80422C

Color information

#80422C (or 0x80422C) is unknown color: approx Cumin. HEX triplet: 80, 42 and 2C. RGB value is (128,66,44). Sum of RGB (Red+Green+Blue) = 128+66+44=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #80422C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80422C is #7FBDD3. Grayscale: #525252. Windows color (decimal): -8371668 or 2900608. OLE color: 2900608.

HSL color Cylindrical-coordinate representation of color #80422C: hue angle of 15.71º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80422C is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB1286644-
CMYK00.480.660.50
HSL15.71º48.84%33.73%-
HSV(B)15.71º65.62%50.2%-
XYZ11.38.673.46-
YUV82.03106.54160.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.78%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 44 (17.58% from 255) = 18.49%
R=53.78%
G=27.73%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128664400.480.660.5015.7148.8433.73
Hex80422C0304232103122
Octal2001025406010262206142
Binary1000000010000101011000110000100001011001010000110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80422C; }

 p { color: rgb(128,66,44); }

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

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

 a { background-color: rgb(128,66,44); }

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

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

 span { border-color: rgb(128,66,44); }

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