#3A3724

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

Shades of Graphite #3A3724

Tints of Graphite #3A3724

Color information

#3A3724 (or 0x3A3724) is unknown color: approx Graphite. HEX triplet: 3A, 37 and 24. RGB value is (58,55,36). Sum of RGB (Red+Green+Blue) = 58+55+36=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3724 is #C5C8DB. Grayscale: #353535. Windows color (decimal): -12962012 or 2373434. OLE color: 2373434.

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

Color convert

RGB585536-
CMYK00.050.380.77
HSL51.82º23.4%18.43%-
HSV(B)51.82º37.93%22.75%-
XYZ3.433.762.21-
YUV53.73117.99131.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.93%
GREEN value IS 55 (21.88% from 255) = 36.91%
BLUE value IS 36 (14.45% from 255) = 24.16%
R=38.93%
G=36.91%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58553600.050.380.7751.8223.418.43
Hex3A372405264D341712
Octal7267440546115642722
Binary111010110111100100010110011010011011101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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