#845136

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

Shades of Cigar #845136

Tints of Cigar #845136

Color information

#845136 (or 0x845136) is unknown color: approx Cigar. HEX triplet: 84, 51 and 36. RGB value is (132,81,54). Sum of RGB (Red+Green+Blue) = 132+81+54=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #845136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845136 is #7BAEC9. Grayscale: #5D5D5D. Windows color (decimal): -8105674 or 3559812. OLE color: 3559812.

HSL color Cylindrical-coordinate representation of color #845136: hue angle of 20.77º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #845136 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB1328154-
CMYK00.390.590.48
HSL20.77º41.94%36.47%-
HSV(B)20.77º59.09%51.76%-
XYZ13.1211.064.93-
YUV93.17105.9155.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.44%
GREEN value IS 81 (32.03% from 255) = 30.34%
BLUE value IS 54 (21.48% from 255) = 20.22%
R=49.44%
G=30.34%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132815400.390.590.4820.7741.9436.47
Hex8451360273B30152a24
Octal204121660477360255244
Binary100001001010001110110010011111101111000010101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845136; }

 p { color: rgb(132,81,54); }

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

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

 a { background-color: rgb(132,81,54); }

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

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

 span { border-color: rgb(132,81,54); }

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