#82543B

Color #82543B Cigar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cigar #82543B

Tints of Cigar #82543B

Color information

#82543B (or 0x82543B) is unknown color: approx Cigar. HEX triplet: 82, 54 and 3B. RGB value is (130,84,59). Sum of RGB (Red+Green+Blue) = 130+84+59=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #82543B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82543B is #7DABC4. Grayscale: #5F5F5F. Windows color (decimal): -8235973 or 3888258. OLE color: 3888258.

HSL color Cylindrical-coordinate representation of color #82543B: hue angle of 21.13º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82543B is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB1308459-
CMYK00.350.550.49
HSL21.13º37.57%37.06%-
HSV(B)21.13º54.62%50.98%-
XYZ13.1711.45.64-
YUV94.9107.74153.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.62%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 59 (23.44% from 255) = 21.61%
R=47.62%
G=30.77%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130845900.350.550.4921.1337.5737.06
Hex82543B0233731152625
Octal202124730436761254645
Binary100000101010100111011010001111011111000110101100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82543B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82543B; }

 p { color: rgb(130,84,59); }

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

<style>
 a { background-color: #82543B; }

 a { background-color: rgb(130,84,59); }

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

<style>
 span { border-color: #82543B; }

 span { border-color: rgb(130,84,59); }

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