#825439

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

Shades of Cigar #825439

Tints of Cigar #825439

Color information

#825439 (or 0x825439) is unknown color: approx Cigar. HEX triplet: 82, 54 and 39. RGB value is (130,84,57). Sum of RGB (Red+Green+Blue) = 130+84+57=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #825439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825439 is #7DABC6. Grayscale: #5E5E5E. Windows color (decimal): -8235975 or 3757186. OLE color: 3757186.

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

Color convert

RGB1308457-
CMYK00.350.560.49
HSL22.19º39.04%36.67%-
HSV(B)22.19º56.15%50.98%-
XYZ13.1111.385.38-
YUV94.68106.74153.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 57 (22.66% from 255) = 21.03%
R=47.97%
G=31.00%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130845700.350.560.4922.1939.0436.67
Hex8254390233831162725
Octal202124710437061264745
Binary100000101010100111001010001111100011000110110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825439; }

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

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

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

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

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

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

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

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