#825135

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

Shades of Cigar #825135

Tints of Cigar #825135

Color information

#825135 (or 0x825135) is unknown color: approx Cigar. HEX triplet: 82, 51 and 35. RGB value is (130,81,53). Sum of RGB (Red+Green+Blue) = 130+81+53=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #825135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825135 is #7DAECA. Grayscale: #5C5C5C. Windows color (decimal): -8236747 or 3494274. OLE color: 3494274.

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

Color convert

RGB1308153-
CMYK00.380.590.49
HSL21.82º42.08%35.88%-
HSV(B)21.82º59.23%50.98%-
XYZ12.7910.894.8-
YUV92.46105.73154.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.24%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 53 (21.09% from 255) = 20.08%
R=49.24%
G=30.68%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130815300.380.590.4921.8242.0835.88
Hex8251350263B31162a24
Octal202121650467361265244
Binary100000101010001110101010011011101111000110110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825135; }

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

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

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

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

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

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

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

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