#3D3826

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

Shades of Graphite #3D3826

Tints of Graphite #3D3826

Color information

#3D3826 (or 0x3D3826) is unknown color: approx Graphite. HEX triplet: 3D, 38 and 26. RGB value is (61,56,38). Sum of RGB (Red+Green+Blue) = 61+56+38=155 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.35% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3826 is #C2C7D9. Grayscale: #373737. Windows color (decimal): -12765146 or 2504765. OLE color: 2504765.

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

Color convert

RGB615638-
CMYK00.080.380.76
HSL46.96º23.23%19.41%-
HSV(B)46.96º37.7%23.92%-
XYZ3.693.962.4-
YUV55.44118.16131.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 39.35%
GREEN value IS 56 (22.27% from 255) = 36.13%
BLUE value IS 38 (15.23% from 255) = 24.52%
R=39.35%
G=36.13%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61563800.080.380.7646.9623.2319.41
Hex3D382608264C2f1713
Octal75704601046114572723
Binary1111011110001001100100010011010011001011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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