#3A3518

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

Shades of Graphite #3A3518

Tints of Graphite #3A3518

Color information

#3A3518 (or 0x3A3518) is unknown color: approx Graphite. HEX triplet: 3A, 35 and 18. RGB value is (58,53,24). Sum of RGB (Red+Green+Blue) = 58+53+24=135 (17% of max value = 765). Red value is 58 (23.05% from 255 or 42.96% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3518 is #C5CAE7. Grayscale: #333333. Windows color (decimal): -12962536 or 1586490. OLE color: 1586490.

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

Color convert

RGB585324-
CMYK00.090.590.77
HSL51.18º41.46%16.08%-
HSV(B)51.18º58.62%22.75%-
XYZ3.183.511.37-
YUV51.19112.66132.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 42.96%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 24 (9.77% from 255) = 17.78%
R=42.96%
G=39.26%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58532400.090.590.7751.1841.4616.08
Hex3A3518093B4D332910
Octal72653001173115635120
Binary1110101101011100001001111011100110111001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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