#82452C

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

Shades of Cumin #82452C

Tints of Cumin #82452C

Color information

#82452C (or 0x82452C) is unknown color: approx Cumin. HEX triplet: 82, 45 and 2C. RGB value is (130,69,44). Sum of RGB (Red+Green+Blue) = 130+69+44=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #82452C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82452C is #7DBAD3. Grayscale: #545454. Windows color (decimal): -8239828 or 2901378. OLE color: 2901378.

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

Color convert

RGB1306944-
CMYK00.470.660.49
HSL17.44º49.43%34.12%-
HSV(B)17.44º66.15%50.98%-
XYZ11.799.183.53-
YUV84.39105.21160.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.50%
GREEN value IS 69 (27.34% from 255) = 28.40%
BLUE value IS 44 (17.58% from 255) = 18.11%
R=53.50%
G=28.40%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130694400.470.660.4917.4449.4334.12
Hex82452C02F4231113122
Octal2021055405710261216142
Binary1000001010001011011000101111100001011000110001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82452C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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