#814F3C

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

Shades of Cigar #814F3C

Tints of Cigar #814F3C

Color information

#814F3C (or 0x814F3C) is unknown color: approx Cigar. HEX triplet: 81, 4F and 3C. RGB value is (129,79,60). Sum of RGB (Red+Green+Blue) = 129+79+60=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #814F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814F3C is #7EB0C3. Grayscale: #5B5B5B. Windows color (decimal): -8302788 or 3952513. OLE color: 3952513.

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

Color convert

RGB1297960-
CMYK00.390.530.49
HSL16.52º36.51%37.06%-
HSV(B)16.52º53.49%50.59%-
XYZ12.6610.595.65-
YUV91.78110.06154.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.13%
GREEN value IS 79 (31.25% from 255) = 29.48%
BLUE value IS 60 (23.83% from 255) = 22.39%
R=48.13%
G=29.48%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129796000.390.530.4916.5236.5137.06
Hex814F3C0273531112525
Octal201117740476561214545
Binary100000011001111111100010011111010111000110001100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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