#3D3724

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

Shades of Graphite #3D3724

Tints of Graphite #3D3724

Color information

#3D3724 (or 0x3D3724) is unknown color: approx Graphite. HEX triplet: 3D, 37 and 24. RGB value is (61,55,36). Sum of RGB (Red+Green+Blue) = 61+55+36=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3724 is #C2C8DB. Grayscale: #363636. Windows color (decimal): -12765404 or 2373437. OLE color: 2373437.

HSL color Cylindrical-coordinate representation of color #3D3724: hue angle of 45.6º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3D3724 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.76.

Color convert

RGB615536-
CMYK00.100.410.76
HSL45.6º25.77%19.02%-
HSV(B)45.6º40.98%23.92%-
XYZ3.613.852.22-
YUV54.63117.49132.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.13%
GREEN value IS 55 (21.88% from 255) = 36.18%
BLUE value IS 36 (14.45% from 255) = 23.68%
R=40.13%
G=36.18%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61553600.100.410.7645.625.7719.02
Hex3D37240A294C2e1a13
Octal75674401251114563223
Binary1111011101111001000101010100110011001011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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