#845236

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

Shades of Cigar #845236

Tints of Cigar #845236

Color information

#845236 (or 0x845236) is unknown color: approx Cigar. HEX triplet: 84, 52 and 36. RGB value is (132,82,54). Sum of RGB (Red+Green+Blue) = 132+82+54=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #845236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845236 is #7BADC9. Grayscale: #5D5D5D. Windows color (decimal): -8105418 or 3560068. OLE color: 3560068.

HSL color Cylindrical-coordinate representation of color #845236: hue angle of 21.54º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #845236 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB1328254-
CMYK00.380.590.48
HSL21.54º41.94%36.47%-
HSV(B)21.54º59.09%51.76%-
XYZ13.211.214.96-
YUV93.76105.56155.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.25%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 54 (21.48% from 255) = 20.15%
R=49.25%
G=30.60%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132825400.380.590.4821.5441.9436.47
Hex8452360263B30162a24
Octal204122660467360265244
Binary100001001010010110110010011011101111000010110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845236; }

 p { color: rgb(132,82,54); }

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

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

 a { background-color: rgb(132,82,54); }

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

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

 span { border-color: rgb(132,82,54); }

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