#81513C

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

Shades of Cigar #81513C

Tints of Cigar #81513C

Color information

#81513C (or 0x81513C) is unknown color: approx Cigar. HEX triplet: 81, 51 and 3C. RGB value is (129,81,60). Sum of RGB (Red+Green+Blue) = 129+81+60=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #81513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81513C is #7EAEC3. Grayscale: #5D5D5D. Windows color (decimal): -8302276 or 3953025. OLE color: 3953025.

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

Color convert

RGB1298160-
CMYK00.370.530.49
HSL18.26º36.51%37.06%-
HSV(B)18.26º53.49%50.59%-
XYZ12.8110.885.7-
YUV92.96109.4153.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.78%
GREEN value IS 81 (32.03% from 255) = 30%
BLUE value IS 60 (23.83% from 255) = 22.22%
R=47.78%
G=30%
B=22.22%

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
Decimal129816000.370.530.4918.2636.5137.06
Hex81513C0253531122525
Octal201121740456561224545
Binary100000011010001111100010010111010111000110010100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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