#825339

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

Shades of Cigar #825339

Tints of Cigar #825339

Color information

#825339 (or 0x825339) is unknown color: approx Cigar. HEX triplet: 82, 53 and 39. RGB value is (130,83,57). Sum of RGB (Red+Green+Blue) = 130+83+57=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #825339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825339 is #7DACC6. Grayscale: #5E5E5E. Windows color (decimal): -8236231 or 3756930. OLE color: 3756930.

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

Color convert

RGB1308357-
CMYK00.360.560.49
HSL21.37º39.04%36.67%-
HSV(B)21.37º56.15%50.98%-
XYZ13.0411.235.35-
YUV94.09107.07153.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.15%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 57 (22.66% from 255) = 21.11%
R=48.15%
G=30.74%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130835700.360.560.4921.3739.0436.67
Hex8253390243831152725
Octal202123710447061254745
Binary100000101010011111001010010011100011000110101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825339; }

 p { color: rgb(130,83,57); }

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

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

 a { background-color: rgb(130,83,57); }

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

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

 span { border-color: rgb(130,83,57); }

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