#3A3521

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

Shades of Graphite #3A3521

Tints of Graphite #3A3521

Color information

#3A3521 (or 0x3A3521) is unknown color: approx Graphite. HEX triplet: 3A, 35 and 21. RGB value is (58,53,33). Sum of RGB (Red+Green+Blue) = 58+53+33=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3521 is #C5CADE. Grayscale: #343434. Windows color (decimal): -12962527 or 2176314. OLE color: 2176314.

HSL color Cylindrical-coordinate representation of color #3A3521: hue angle of 48º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A3521 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.77.

Color convert

RGB585333-
CMYK00.090.430.77
HSL48º27.47%17.84%-
HSV(B)48º43.1%22.75%-
XYZ3.293.561.95-
YUV52.22117.16132.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.28%
GREEN value IS 53 (21.09% from 255) = 36.81%
BLUE value IS 33 (13.28% from 255) = 22.92%
R=40.28%
G=36.81%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58533300.090.430.774827.4717.84
Hex3A3521092B4D301b12
Octal72654101153115603322
Binary1110101101011000010100110101110011011100001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A3521; }

 p { color: rgb(58,53,33); }

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

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

 a { background-color: rgb(58,53,33); }

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

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

 span { border-color: rgb(58,53,33); }

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