#3A3721

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

Shades of Graphite #3A3721

Tints of Graphite #3A3721

Color information

#3A3721 (or 0x3A3721) is unknown color: approx Graphite. HEX triplet: 3A, 37 and 21. RGB value is (58,55,33). Sum of RGB (Red+Green+Blue) = 58+55+33=146 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.73% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3721 is #C5C8DE. Grayscale: #353535. Windows color (decimal): -12962015 or 2176826. OLE color: 2176826.

HSL color Cylindrical-coordinate representation of color #3A3721: hue angle of 52.8º 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 #3A3721 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.77.

Color convert

RGB585533-
CMYK00.050.430.77
HSL52.8º27.47%17.84%-
HSV(B)52.8º43.1%22.75%-
XYZ3.393.741.98-
YUV53.39116.49131.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 39.73%
GREEN value IS 55 (21.88% from 255) = 37.67%
BLUE value IS 33 (13.28% from 255) = 22.60%
R=39.73%
G=37.67%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58553300.050.430.7752.827.4717.84
Hex3A3721052B4D351b12
Octal7267410553115653322
Binary111010110111100001010110101110011011101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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