#3A3524

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

Shades of Graphite #3A3524

Tints of Graphite #3A3524

Color information

#3A3524 (or 0x3A3524) is unknown color: approx Graphite. HEX triplet: 3A, 35 and 24. RGB value is (58,53,36). Sum of RGB (Red+Green+Blue) = 58+53+36=147 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.46% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3524 is #C5CADB. Grayscale: #343434. Windows color (decimal): -12962524 or 2372922. OLE color: 2372922.

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

Color convert

RGB585336-
CMYK00.090.380.77
HSL46.36º23.4%18.43%-
HSV(B)46.36º37.93%22.75%-
XYZ3.343.572.18-
YUV52.56118.66131.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 39.46%
GREEN value IS 53 (21.09% from 255) = 36.05%
BLUE value IS 36 (14.45% from 255) = 24.49%
R=39.46%
G=36.05%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58533600.090.380.7746.3623.418.43
Hex3A352409264D2e1712
Octal72654401146115562722
Binary1110101101011001000100110011010011011011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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