#3A3522

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

Shades of Graphite #3A3522

Tints of Graphite #3A3522

Color information

#3A3522 (or 0x3A3522) is unknown color: approx Graphite. HEX triplet: 3A, 35 and 22. RGB value is (58,53,34). Sum of RGB (Red+Green+Blue) = 58+53+34=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3522 is #C5CADD. Grayscale: #343434. Windows color (decimal): -12962526 or 2241850. OLE color: 2241850.

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

Color convert

RGB585334-
CMYK00.090.410.77
HSL47.5º26.09%18.04%-
HSV(B)47.5º41.38%22.75%-
XYZ3.313.562.03-
YUV52.33117.66132.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40%
GREEN value IS 53 (21.09% from 255) = 36.55%
BLUE value IS 34 (13.67% from 255) = 23.45%
R=40%
G=36.55%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58533400.090.410.7747.526.0918.04
Hex3A352209294D301a12
Octal72654201151115603222
Binary1110101101011000100100110100110011011100001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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