#805039

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

Shades of Cigar #805039

Tints of Cigar #805039

Color information

#805039 (or 0x805039) is unknown color: approx Cigar. HEX triplet: 80, 50 and 39. RGB value is (128,80,57). Sum of RGB (Red+Green+Blue) = 128+80+57=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 128 - color contains mainly: red. Hex color #805039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805039 is #7FAFC6. Grayscale: #5B5B5B. Windows color (decimal): -8368071 or 3756160. OLE color: 3756160.

HSL color Cylindrical-coordinate representation of color #805039: hue angle of 19.44º 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 #805039 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB1288057-
CMYK00.380.550.50
HSL19.44º38.38%36.27%-
HSV(B)19.44º55.47%50.2%-
XYZ12.5110.625.26-
YUV91.73108.4153.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.30%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 57 (22.66% from 255) = 21.51%
R=48.30%
G=30.19%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128805700.380.550.5019.4438.3836.27
Hex8050390263732132624
Octal200120710466762234644
Binary100000001010000111001010011011011111001010011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805039; }

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

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

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

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

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

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

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

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