#805439

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

Shades of Cigar #805439

Tints of Cigar #805439

Color information

#805439 (or 0x805439) is unknown color: approx Cigar. HEX triplet: 80, 54 and 39. RGB value is (128,84,57). Sum of RGB (Red+Green+Blue) = 128+84+57=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #805439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805439 is #7FABC6. Grayscale: #5E5E5E. Windows color (decimal): -8367047 or 3757184. OLE color: 3757184.

HSL color Cylindrical-coordinate representation of color #805439: hue angle of 22.82º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #805439 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB1288457-
CMYK00.340.550.50
HSL22.82º38.38%36.27%-
HSV(B)22.82º55.47%50.2%-
XYZ12.8111.235.36-
YUV94.08107.08152.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.58%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 57 (22.66% from 255) = 21.19%
R=47.58%
G=31.23%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128845700.340.550.5022.8238.3836.27
Hex8054390223732172624
Octal200124710426762274644
Binary100000001010100111001010001011011111001010111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805439; }

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

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

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

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

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

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

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

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