#815139

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

Shades of Cigar #815139

Tints of Cigar #815139

Color information

#815139 (or 0x815139) is unknown color: approx Cigar. HEX triplet: 81, 51 and 39. RGB value is (129,81,57). Sum of RGB (Red+Green+Blue) = 129+81+57=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #815139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815139 is #7EAEC6. Grayscale: #5C5C5C. Windows color (decimal): -8302279 or 3756417. OLE color: 3756417.

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

Color convert

RGB1298157-
CMYK00.370.560.49
HSL20º38.71%36.47%-
HSV(B)20º55.81%50.59%-
XYZ12.7310.855.29-
YUV92.62107.9153.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.31%
GREEN value IS 81 (32.03% from 255) = 30.34%
BLUE value IS 57 (22.66% from 255) = 21.35%
R=48.31%
G=30.34%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129815700.370.560.492038.7136.47
Hex8151390253831142724
Octal201121710457061244744
Binary100000011010001111001010010111100011000110100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815139; }

 p { color: rgb(129,81,57); }

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

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

 a { background-color: rgb(129,81,57); }

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

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

 span { border-color: rgb(129,81,57); }

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