#825235

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

Shades of Cigar #825235

Tints of Cigar #825235

Color information

#825235 (or 0x825235) is unknown color: approx Cigar. HEX triplet: 82, 52 and 35. RGB value is (130,82,53). Sum of RGB (Red+Green+Blue) = 130+82+53=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #825235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825235 is #7DADCA. Grayscale: #5D5D5D. Windows color (decimal): -8236491 or 3494530. OLE color: 3494530.

HSL color Cylindrical-coordinate representation of color #825235: hue angle of 22.6º 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 #825235 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB1308253-
CMYK00.370.590.49
HSL22.6º42.08%35.88%-
HSV(B)22.6º59.23%50.98%-
XYZ12.8711.044.82-
YUV93.05105.4154.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.06%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 53 (21.09% from 255) = 20%
R=49.06%
G=30.94%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130825300.370.590.4922.642.0835.88
Hex8252350253B31172a24
Octal202122650457361275244
Binary100000101010010110101010010111101111000110111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825235; }

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

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

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

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

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

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

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

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