#81533B

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

Shades of Cigar #81533B

Tints of Cigar #81533B

Color information

#81533B (or 0x81533B) is unknown color: approx Cigar. HEX triplet: 81, 53 and 3B. RGB value is (129,83,59). Sum of RGB (Red+Green+Blue) = 129+83+59=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #81533B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81533B is #7EACC4. Grayscale: #5E5E5E. Windows color (decimal): -8301765 or 3888001. OLE color: 3888001.

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

Color convert

RGB1298359-
CMYK00.360.540.49
HSL20.57º37.23%36.86%-
HSV(B)20.57º54.26%50.59%-
XYZ12.9411.175.61-
YUV94.02108.24152.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.60%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 59 (23.44% from 255) = 21.77%
R=47.60%
G=30.63%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129835900.360.540.4920.5737.2336.86
Hex81533B0243631152525
Octal201123730446661254545
Binary100000011010011111011010010011011011000110101100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81533B; }

 p { color: rgb(129,83,59); }

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

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

 a { background-color: rgb(129,83,59); }

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

<style>
 span { border-color: #81533B; }

 span { border-color: rgb(129,83,59); }

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