#3D3926

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

Shades of Graphite #3D3926

Tints of Graphite #3D3926

Color information

#3D3926 (or 0x3D3926) is unknown color: approx Graphite. HEX triplet: 3D, 39 and 26. RGB value is (61,57,38). Sum of RGB (Red+Green+Blue) = 61+57+38=156 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.10% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3926 is #C2C6D9. Grayscale: #383838. Windows color (decimal): -12764890 or 2505021. OLE color: 2505021.

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

Color convert

RGB615738-
CMYK00.070.380.76
HSL49.57º23.23%19.41%-
HSV(B)49.57º37.7%23.92%-
XYZ3.744.062.42-
YUV56.03117.83131.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 39.10%
GREEN value IS 57 (22.66% from 255) = 36.54%
BLUE value IS 38 (15.23% from 255) = 24.36%
R=39.10%
G=36.54%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61573800.070.380.7649.5723.2319.41
Hex3D392607264C321713
Octal7571460746114622723
Binary111101111001100110011110011010011001100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,57,38); }

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

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

 a { background-color: rgb(61,57,38); }

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

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

 span { border-color: rgb(61,57,38); }

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