#82422C

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

Shades of Cumin #82422C

Tints of Cumin #82422C

Color information

#82422C (or 0x82422C) is unknown color: approx Cumin. HEX triplet: 82, 42 and 2C. RGB value is (130,66,44). Sum of RGB (Red+Green+Blue) = 130+66+44=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #82422C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82422C is #7DBDD3. Grayscale: #525252. Windows color (decimal): -8240596 or 2900610. OLE color: 2900610.

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

Color convert

RGB1306644-
CMYK00.490.660.49
HSL15.35º49.43%34.12%-
HSV(B)15.35º66.15%50.98%-
XYZ11.618.823.47-
YUV82.63106.2161.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.17%
GREEN value IS 66 (26.17% from 255) = 27.5%
BLUE value IS 44 (17.58% from 255) = 18.33%
R=54.17%
G=27.5%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130664400.490.660.4915.3549.4334.12
Hex82422C0314231f3122
Octal2021025406110261176142
Binary100000101000010101100011000110000101100011111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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