#845137

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

Shades of Cigar #845137

Tints of Cigar #845137

Color information

#845137 (or 0x845137) is unknown color: approx Cigar. HEX triplet: 84, 51 and 37. RGB value is (132,81,55). Sum of RGB (Red+Green+Blue) = 132+81+55=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #845137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845137 is #7BAEC8. Grayscale: #5D5D5D. Windows color (decimal): -8105673 or 3625348. OLE color: 3625348.

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

Color convert

RGB1328155-
CMYK00.390.580.48
HSL20.26º41.18%36.67%-
HSV(B)20.26º58.33%51.76%-
XYZ13.1511.075.06-
YUV93.28106.4155.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.25%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 55 (21.88% from 255) = 20.52%
R=49.25%
G=30.22%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132815500.390.580.4820.2641.1836.67
Hex8451370273A30142925
Octal204121670477260245145
Binary100001001010001110111010011111101011000010100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845137; }

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

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

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

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

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

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

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

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