#3A3624

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

Shades of Graphite #3A3624

Tints of Graphite #3A3624

Color information

#3A3624 (or 0x3A3624) is unknown color: approx Graphite. HEX triplet: 3A, 36 and 24. RGB value is (58,54,36). Sum of RGB (Red+Green+Blue) = 58+54+36=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3624 is #C5C9DB. Grayscale: #353535. Windows color (decimal): -12962268 or 2373178. OLE color: 2373178.

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

Color convert

RGB585436-
CMYK00.070.380.77
HSL49.09º23.4%18.43%-
HSV(B)49.09º37.93%22.75%-
XYZ3.383.672.2-
YUV53.14118.33131.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 39.19%
GREEN value IS 54 (21.48% from 255) = 36.49%
BLUE value IS 36 (14.45% from 255) = 24.32%
R=39.19%
G=36.49%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58543600.070.380.7749.0923.418.43
Hex3A362407264D311712
Octal7266440746115612722
Binary111010110110100100011110011010011011100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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