#845437

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

Shades of Cigar #845437

Tints of Cigar #845437

Color information

#845437 (or 0x845437) is unknown color: approx Cigar. HEX triplet: 84, 54 and 37. RGB value is (132,84,55). Sum of RGB (Red+Green+Blue) = 132+84+55=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #845437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845437 is #7BABC8. Grayscale: #5F5F5F. Windows color (decimal): -8104905 or 3626116. OLE color: 3626116.

HSL color Cylindrical-coordinate representation of color #845437: hue angle of 22.6º 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 #845437 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB1328455-
CMYK00.360.580.48
HSL22.6º41.18%36.67%-
HSV(B)22.6º58.33%51.76%-
XYZ13.3811.525.13-
YUV95.05105.4154.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 55 (21.88% from 255) = 20.30%
R=48.71%
G=31.00%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132845500.360.580.4822.641.1836.67
Hex8454370243A30172925
Octal204124670447260275145
Binary100001001010100110111010010011101011000010111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845437; }

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

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

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

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

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

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

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

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