#825136

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

Shades of Cigar #825136

Tints of Cigar #825136

Color information

#825136 (or 0x825136) is unknown color: approx Cigar. HEX triplet: 82, 51 and 36. RGB value is (130,81,54). Sum of RGB (Red+Green+Blue) = 130+81+54=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #825136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825136 is #7DAEC9. Grayscale: #5C5C5C. Windows color (decimal): -8236746 or 3559810. OLE color: 3559810.

HSL color Cylindrical-coordinate representation of color #825136: hue angle of 21.32º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #825136 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB1308154-
CMYK00.380.580.49
HSL21.32º41.3%36.08%-
HSV(B)21.32º58.46%50.98%-
XYZ12.8110.94.92-
YUV92.57106.23154.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.06%
GREEN value IS 81 (32.03% from 255) = 30.57%
BLUE value IS 54 (21.48% from 255) = 20.38%
R=49.06%
G=30.57%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130815400.380.580.4921.3241.336.08
Hex8251360263A31152924
Octal202121660467261255144
Binary100000101010001110110010011011101011000110101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825136; }

 p { color: rgb(130,81,54); }

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

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

 a { background-color: rgb(130,81,54); }

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

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

 span { border-color: rgb(130,81,54); }

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