#81513a

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

Shades of Cigar #81513A

Tints of Cigar #81513A

Color information

#81513A (or 0x81513A) is unknown color: approx Cigar. HEX triplet: 81, 51 and 3A. RGB value is (129,81,58). Sum of RGB (Red+Green+Blue) = 129+81+58=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #81513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81513A is #7EAEC5. Grayscale: #5C5C5C. Windows color (decimal): -8302278 or 3821953. OLE color: 3821953.

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

Color convert

RGB1298158-
CMYK00.370.550.49
HSL19.44º37.97%36.67%-
HSV(B)19.44º55.04%50.59%-
XYZ12.7610.865.43-
YUV92.73108.4153.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.13%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 58 (23.05% from 255) = 21.64%
R=48.13%
G=30.22%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129815800.370.550.4919.4437.9736.67
Hex81513A0253731132625
Octal201121720456761234645
Binary100000011010001111010010010111011111000110011100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81513a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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