#815538

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

Shades of Cigar #815538

Tints of Cigar #815538

Color information

#815538 (or 0x815538) is unknown color: approx Cigar. HEX triplet: 81, 55 and 38. RGB value is (129,85,56). Sum of RGB (Red+Green+Blue) = 129+85+56=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #815538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815538 is #7EAAC7. Grayscale: #5F5F5F. Windows color (decimal): -8301256 or 3691905. OLE color: 3691905.

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

Color convert

RGB1298556-
CMYK00.340.570.49
HSL23.84º39.46%36.27%-
HSV(B)23.84º56.59%50.59%-
XYZ13.0211.455.27-
YUV94.85106.08152.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.78%
GREEN value IS 85 (33.59% from 255) = 31.48%
BLUE value IS 56 (22.27% from 255) = 20.74%
R=47.78%
G=31.48%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129855600.340.570.4923.8439.4636.27
Hex8155380223931182724
Octal201125700427161304744
Binary100000011010101111000010001011100111000111000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815538; }

 p { color: rgb(129,85,56); }

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

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

 a { background-color: rgb(129,85,56); }

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

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

 span { border-color: rgb(129,85,56); }

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