#81553B

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

Shades of Cigar #81553B

Tints of Cigar #81553B

Color information

#81553B (or 0x81553B) is unknown color: approx Cigar. HEX triplet: 81, 55 and 3B. RGB value is (129,85,59). Sum of RGB (Red+Green+Blue) = 129+85+59=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #81553B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81553B is #7EAAC4. Grayscale: #5F5F5F. Windows color (decimal): -8301253 or 3888513. OLE color: 3888513.

HSL color Cylindrical-coordinate representation of color #81553B: hue angle of 22.29º 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 #81553B is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB1298559-
CMYK00.340.540.49
HSL22.29º37.23%36.86%-
HSV(B)22.29º54.26%50.59%-
XYZ13.0911.485.66-
YUV95.19107.58152.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.25%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 59 (23.44% from 255) = 21.61%
R=47.25%
G=31.14%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129855900.340.540.4922.2937.2336.86
Hex81553B0223631162525
Octal201125730426661264545
Binary100000011010101111011010001011011011000110110100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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