#845439

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

Shades of Cigar #845439

Tints of Cigar #845439

Color information

#845439 (or 0x845439) is unknown color: approx Cigar. HEX triplet: 84, 54 and 39. RGB value is (132,84,57). Sum of RGB (Red+Green+Blue) = 132+84+57=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #845439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845439 is #7BABC6. Grayscale: #5F5F5F. Windows color (decimal): -8104903 or 3757188. OLE color: 3757188.

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

Color convert

RGB1328457-
CMYK00.360.570.48
HSL21.6º39.68%37.06%-
HSV(B)21.6º56.82%51.76%-
XYZ13.4211.545.39-
YUV95.27106.4154.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.35%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 57 (22.66% from 255) = 20.88%
R=48.35%
G=30.77%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132845700.360.570.4821.639.6837.06
Hex8454390243930162825
Octal204124710447160265045
Binary100001001010100111001010010011100111000010110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845439; }

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

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

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

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

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

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

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

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