#84543C

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

Shades of Cigar #84543C

Tints of Cigar #84543C

Color information

#84543C (or 0x84543C) is unknown color: approx Cigar. HEX triplet: 84, 54 and 3C. RGB value is (132,84,60). Sum of RGB (Red+Green+Blue) = 132+84+60=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #84543C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84543C is #7BABC3. Grayscale: #5F5F5F. Windows color (decimal): -8104900 or 3953796. OLE color: 3953796.

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

Color convert

RGB1328460-
CMYK00.360.550.48
HSL20º37.5%37.65%-
HSV(B)20º54.55%51.76%-
XYZ13.511.575.8-
YUV95.62107.9153.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.83%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 60 (23.83% from 255) = 21.74%
R=47.83%
G=30.43%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132846000.360.550.482037.537.65
Hex84543C0243730142626
Octal204124740446760244646
Binary100001001010100111100010010011011111000010100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84543C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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