#3A3628

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

Shades of Graphite #3A3628

Tints of Graphite #3A3628

Color information

#3A3628 (or 0x3A3628) is unknown color: approx Graphite. HEX triplet: 3A, 36 and 28. RGB value is (58,54,40). Sum of RGB (Red+Green+Blue) = 58+54+40=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3628 is #C5C9D7. Grayscale: #353535. Windows color (decimal): -12962264 or 2635322. OLE color: 2635322.

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

Color convert

RGB585440-
CMYK00.070.310.77
HSL46.67º18.37%19.22%-
HSV(B)46.67º31.03%22.75%-
XYZ3.453.692.54-
YUV53.6120.33131.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.16%
GREEN value IS 54 (21.48% from 255) = 35.53%
BLUE value IS 40 (16.02% from 255) = 26.32%
R=38.16%
G=35.53%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58544000.070.310.7746.6718.3719.22
Hex3A3628071F4D2f1213
Octal7266500737115572223
Binary11101011011010100001111111110011011011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,54,40); }

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

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

 a { background-color: rgb(58,54,40); }

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

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

 span { border-color: rgb(58,54,40); }

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