#845339

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

Shades of Cigar #845339

Tints of Cigar #845339

Color information

#845339 (or 0x845339) is unknown color: approx Cigar. HEX triplet: 84, 53 and 39. RGB value is (132,83,57). Sum of RGB (Red+Green+Blue) = 132+83+57=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #845339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845339 is #7BACC6. Grayscale: #5E5E5E. Windows color (decimal): -8105159 or 3756932. OLE color: 3756932.

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

Color convert

RGB1328357-
CMYK00.370.570.48
HSL20.8º39.68%37.06%-
HSV(B)20.8º56.82%51.76%-
XYZ13.3511.395.37-
YUV94.69106.73154.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.53%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 57 (22.66% from 255) = 20.96%
R=48.53%
G=30.51%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132835700.370.570.4820.839.6837.06
Hex8453390253930152825
Octal204123710457160255045
Binary100001001010011111001010010111100111000010101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845339; }

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

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

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

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

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

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

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

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