#84513A

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

Shades of Cigar #84513A

Tints of Cigar #84513A

Color information

#84513A (or 0x84513A) is unknown color: approx Cigar. HEX triplet: 84, 51 and 3A. RGB value is (132,81,58). Sum of RGB (Red+Green+Blue) = 132+81+58=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #84513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84513A is #7BAEC5. Grayscale: #5D5D5D. Windows color (decimal): -8105670 or 3821956. OLE color: 3821956.

HSL color Cylindrical-coordinate representation of color #84513A: hue angle of 18.65º 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 #84513A is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1328158-
CMYK00.390.560.48
HSL18.65º38.95%37.25%-
HSV(B)18.65º56.06%51.76%-
XYZ13.2211.15.45-
YUV93.63107.9155.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 81 (32.03% from 255) = 29.89%
BLUE value IS 58 (23.05% from 255) = 21.40%
R=48.71%
G=29.89%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132815800.390.560.4818.6538.9537.25
Hex84513A0273830132725
Octal204121720477060234745
Binary100001001010001111010010011111100011000010011100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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