#805134

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

Shades of Cigar #805134

Tints of Cigar #805134

Color information

#805134 (or 0x805134) is unknown color: approx Cigar. HEX triplet: 80, 51 and 34. RGB value is (128,81,52). Sum of RGB (Red+Green+Blue) = 128+81+52=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #805134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805134 is #7FAECB. Grayscale: #5B5B5B. Windows color (decimal): -8367820 or 3428736. OLE color: 3428736.

HSL color Cylindrical-coordinate representation of color #805134: hue angle of 22.89º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #805134 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB1288152-
CMYK00.370.590.50
HSL22.89º42.22%35.29%-
HSV(B)22.89º59.38%50.2%-
XYZ12.4610.724.66-
YUV91.75105.57153.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.04%
GREEN value IS 81 (32.03% from 255) = 31.03%
BLUE value IS 52 (20.70% from 255) = 19.92%
R=49.04%
G=31.03%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128815200.370.590.5022.8942.2235.29
Hex8051340253B32172a23
Octal200121640457362275243
Binary100000001010001110100010010111101111001010111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805134; }

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

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

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

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

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

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

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

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