#814F34

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

Shades of Cigar #814F34

Tints of Cigar #814F34

Color information

#814F34 (or 0x814F34) is unknown color: approx Cigar. HEX triplet: 81, 4F and 34. RGB value is (129,79,52). Sum of RGB (Red+Green+Blue) = 129+79+52=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #814F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814F34 is #7EB0CB. Grayscale: #5B5B5B. Windows color (decimal): -8302796 or 3428225. OLE color: 3428225.

HSL color Cylindrical-coordinate representation of color #814F34: hue angle of 21.04º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #814F34 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1297952-
CMYK00.390.600.49
HSL21.04º42.54%35.49%-
HSV(B)21.04º59.69%50.59%-
XYZ12.4710.514.62-
YUV90.87106.06155.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.62%
GREEN value IS 79 (31.25% from 255) = 30.38%
BLUE value IS 52 (20.70% from 255) = 20%
R=49.62%
G=30.38%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129795200.390.600.4921.0442.5435.49
Hex814F340273C31152b23
Octal201117640477461255343
Binary100000011001111110100010011111110011000110101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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