#81513D

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

Shades of Cigar #81513D

Tints of Cigar #81513D

Color information

#81513D (or 0x81513D) is unknown color: approx Cigar. HEX triplet: 81, 51 and 3D. RGB value is (129,81,61). Sum of RGB (Red+Green+Blue) = 129+81+61=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #81513D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81513D is #7EAEC2. Grayscale: #5D5D5D. Windows color (decimal): -8302275 or 4018561. OLE color: 4018561.

HSL color Cylindrical-coordinate representation of color #81513D: hue angle of 17.65º degrees, saturation: 0.36, 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 #81513D is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB1298161-
CMYK00.370.530.49
HSL17.65º35.79%37.25%-
HSV(B)17.65º52.71%50.59%-
XYZ12.8410.895.84-
YUV93.07109.9153.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.60%
GREEN value IS 81 (32.03% from 255) = 29.89%
BLUE value IS 61 (24.22% from 255) = 22.51%
R=47.60%
G=29.89%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129816100.370.530.4917.6535.7937.25
Hex81513D0253531122425
Octal201121750456561224445
Binary100000011010001111101010010111010111000110010100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81513D; }

 p { color: rgb(129,81,61); }

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

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

 a { background-color: rgb(129,81,61); }

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

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

 span { border-color: rgb(129,81,61); }

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