#84543A

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

Shades of Cigar #84543A

Tints of Cigar #84543A

Color information

#84543A (or 0x84543A) is unknown color: approx Cigar. HEX triplet: 84, 54 and 3A. RGB value is (132,84,58). Sum of RGB (Red+Green+Blue) = 132+84+58=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #84543A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84543A is #7BABC5. Grayscale: #5F5F5F. Windows color (decimal): -8104902 or 3822724. OLE color: 3822724.

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

Color convert

RGB1328458-
CMYK00.360.560.48
HSL21.08º38.95%37.25%-
HSV(B)21.08º56.06%51.76%-
XYZ13.4511.555.52-
YUV95.39106.9154.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.18%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 58 (23.05% from 255) = 21.17%
R=48.18%
G=30.66%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132845800.360.560.4821.0838.9537.25
Hex84543A0243830152725
Octal204124720447060254745
Binary100001001010100111010010010011100011000010101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84543A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84543A; }

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

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

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

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

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

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

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

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