#82432C

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

Shades of Cumin #82432C

Tints of Cumin #82432C

Color information

#82432C (or 0x82432C) is unknown color: approx Cumin. HEX triplet: 82, 43 and 2C. RGB value is (130,67,44). Sum of RGB (Red+Green+Blue) = 130+67+44=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #82432C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82432C is #7DBCD3. Grayscale: #535353. Windows color (decimal): -8240340 or 2900866. OLE color: 2900866.

HSL color Cylindrical-coordinate representation of color #82432C: hue angle of 16.05º 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 #82432C is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB1306744-
CMYK00.480.660.49
HSL16.05º49.43%34.12%-
HSV(B)16.05º66.15%50.98%-
XYZ11.678.943.49-
YUV83.22105.87161.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 67 (26.56% from 255) = 27.80%
BLUE value IS 44 (17.58% from 255) = 18.26%
R=53.94%
G=27.80%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130674400.480.660.4916.0549.4334.12
Hex82432C0304231103122
Octal2021035406010261206142
Binary1000001010000111011000110000100001011000110000110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82432C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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