#805038

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

Shades of Cigar #805038

Tints of Cigar #805038

Color information

#805038 (or 0x805038) is unknown color: approx Cigar. HEX triplet: 80, 50 and 38. RGB value is (128,80,56). Sum of RGB (Red+Green+Blue) = 128+80+56=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #805038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805038 is #7FAFC7. Grayscale: #5B5B5B. Windows color (decimal): -8368072 or 3690624. OLE color: 3690624.

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

Color convert

RGB1288056-
CMYK00.380.560.50
HSL20º39.13%36.08%-
HSV(B)20º56.25%50.2%-
XYZ12.4810.615.13-
YUV91.62107.9153.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.48%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 56 (22.27% from 255) = 21.21%
R=48.48%
G=30.30%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128805600.380.560.502039.1336.08
Hex8050380263832142724
Octal200120700467062244744
Binary100000001010000111000010011011100011001010100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805038; }

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

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

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

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

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

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

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

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