#814E3B

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

Shades of Cigar #814E3B

Tints of Cigar #814E3B

Color information

#814E3B (or 0x814E3B) is unknown color: approx Cigar. HEX triplet: 81, 4E and 3B. RGB value is (129,78,59). Sum of RGB (Red+Green+Blue) = 129+78+59=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #814E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E3B is #7EB1C4. Grayscale: #5B5B5B. Windows color (decimal): -8303045 or 3886721. OLE color: 3886721.

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

Color convert

RGB1297859-
CMYK00.400.540.49
HSL16.29º37.23%36.86%-
HSV(B)16.29º54.26%50.59%-
XYZ12.5710.435.49-
YUV91.08109.9155.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.50%
GREEN value IS 78 (30.86% from 255) = 29.32%
BLUE value IS 59 (23.44% from 255) = 22.18%
R=48.50%
G=29.32%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129785900.400.540.4916.2937.2336.86
Hex814E3B0283631102525
Octal201116730506661204545
Binary100000011001110111011010100011011011000110000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,78,59); }

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

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

 a { background-color: rgb(129,78,59); }

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

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

 span { border-color: rgb(129,78,59); }

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