#825336

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

Shades of Cigar #825336

Tints of Cigar #825336

Color information

#825336 (or 0x825336) is unknown color: approx Cigar. HEX triplet: 82, 53 and 36. RGB value is (130,83,54). Sum of RGB (Red+Green+Blue) = 130+83+54=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #825336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825336 is #7DACC9. Grayscale: #5D5D5D. Windows color (decimal): -8236234 or 3560322. OLE color: 3560322.

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

Color convert

RGB1308354-
CMYK00.360.580.49
HSL22.89º41.3%36.08%-
HSV(B)22.89º58.46%50.98%-
XYZ12.9711.24.97-
YUV93.75105.57153.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.69%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 54 (21.48% from 255) = 20.22%
R=48.69%
G=31.09%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130835400.360.580.4922.8941.336.08
Hex8253360243A31172924
Octal202123660447261275144
Binary100000101010011110110010010011101011000110111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825336; }

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

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

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

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

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

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

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

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