#3A3419

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

Shades of Graphite #3A3419

Tints of Graphite #3A3419

Color information

#3A3419 (or 0x3A3419) is unknown color: approx Graphite. HEX triplet: 3A, 34 and 19. RGB value is (58,52,25). Sum of RGB (Red+Green+Blue) = 58+52+25=135 (17% of max value = 765). Red value is 58 (23.05% from 255 or 42.96% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3419 is #C5CBE6. Grayscale: #323232. Windows color (decimal): -12962791 or 1651770. OLE color: 1651770.

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

Color convert

RGB585225-
CMYK00.100.570.77
HSL49.09º39.76%16.27%-
HSV(B)49.09º56.9%22.75%-
XYZ3.153.431.41-
YUV50.72113.49133.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 42.96%
GREEN value IS 52 (20.70% from 255) = 38.52%
BLUE value IS 25 (10.16% from 255) = 18.52%
R=42.96%
G=38.52%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58522500.100.570.7749.0939.7616.27
Hex3A34190A394D312810
Octal72643101271115615020
Binary1110101101001100101010111001100110111000110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,52,25); }

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

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

 a { background-color: rgb(58,52,25); }

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

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

 span { border-color: rgb(58,52,25); }

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