#825134

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

Shades of Cigar #825134

Tints of Cigar #825134

Color information

#825134 (or 0x825134) is unknown color: approx Cigar. HEX triplet: 82, 51 and 34. RGB value is (130,81,52). Sum of RGB (Red+Green+Blue) = 130+81+52=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #825134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825134 is #7DAECB. Grayscale: #5C5C5C. Windows color (decimal): -8236748 or 3428738. OLE color: 3428738.

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

Color convert

RGB1308152-
CMYK00.380.600.49
HSL22.31º42.86%35.69%-
HSV(B)22.31º60%50.98%-
XYZ12.7710.884.68-
YUV92.34105.23154.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.43%
GREEN value IS 81 (32.03% from 255) = 30.80%
BLUE value IS 52 (20.70% from 255) = 19.77%
R=49.43%
G=30.80%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130815200.380.600.4922.3142.8635.69
Hex8251340263C31162b24
Octal202121640467461265344
Binary100000101010001110100010011011110011000110110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825134; }

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

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

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

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

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

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

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

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