#845139

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

Shades of Cigar #845139

Tints of Cigar #845139

Color information

#845139 (or 0x845139) is unknown color: approx Cigar. HEX triplet: 84, 51 and 39. RGB value is (132,81,57). Sum of RGB (Red+Green+Blue) = 132+81+57=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #845139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845139 is #7BAEC6. Grayscale: #5D5D5D. Windows color (decimal): -8105671 or 3756420. OLE color: 3756420.

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

Color convert

RGB1328157-
CMYK00.390.570.48
HSL19.2º39.68%37.06%-
HSV(B)19.2º56.82%51.76%-
XYZ13.211.095.32-
YUV93.51107.4155.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.89%
GREEN value IS 81 (32.03% from 255) = 30%
BLUE value IS 57 (22.66% from 255) = 21.11%
R=48.89%
G=30%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132815700.390.570.4819.239.6837.06
Hex8451390273930132825
Octal204121710477160235045
Binary100001001010001111001010011111100111000010011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845139; }

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

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

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

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

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

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

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

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