#814F35

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

Shades of Cigar #814F35

Tints of Cigar #814F35

Color information

#814F35 (or 0x814F35) is unknown color: approx Cigar. HEX triplet: 81, 4F and 35. RGB value is (129,79,53). Sum of RGB (Red+Green+Blue) = 129+79+53=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #814F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814F35 is #7EB0CA. Grayscale: #5B5B5B. Windows color (decimal): -8302795 or 3493761. OLE color: 3493761.

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

Color convert

RGB1297953-
CMYK00.390.590.49
HSL20.53º41.76%35.69%-
HSV(B)20.53º58.91%50.59%-
XYZ12.4910.524.74-
YUV90.99106.56155.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.43%
GREEN value IS 79 (31.25% from 255) = 30.27%
BLUE value IS 53 (21.09% from 255) = 20.31%
R=49.43%
G=30.27%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129795300.390.590.4920.5341.7635.69
Hex814F350273B31152a24
Octal201117650477361255244
Binary100000011001111110101010011111101111000110101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814F35; }

 p { color: rgb(129,79,53); }

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

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

 a { background-color: rgb(129,79,53); }

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

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

 span { border-color: rgb(129,79,53); }

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