#825537

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

Shades of Cigar #825537

Tints of Cigar #825537

Color information

#825537 (or 0x825537) is unknown color: approx Cigar. HEX triplet: 82, 55 and 37. RGB value is (130,85,55). Sum of RGB (Red+Green+Blue) = 130+85+55=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #825537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825537 is #7DAAC8. Grayscale: #5F5F5F. Windows color (decimal): -8235721 or 3626370. OLE color: 3626370.

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

Color convert

RGB1308555-
CMYK00.350.580.49
HSL24º40.54%36.27%-
HSV(B)24º57.69%50.98%-
XYZ13.1411.525.14-
YUV95.03105.41152.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.15%
GREEN value IS 85 (33.59% from 255) = 31.48%
BLUE value IS 55 (21.88% from 255) = 20.37%
R=48.15%
G=31.48%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130855500.350.580.492440.5436.27
Hex8255370233A31182924
Octal202125670437261305144
Binary100000101010101110111010001111101011000111000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825537; }

 p { color: rgb(130,85,55); }

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

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

 a { background-color: rgb(130,85,55); }

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

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

 span { border-color: rgb(130,85,55); }

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