#3B3620

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

Shades of Graphite #3B3620

Tints of Graphite #3B3620

Color information

#3B3620 (or 0x3B3620) is unknown color: approx Graphite. HEX triplet: 3B, 36 and 20. RGB value is (59,54,32). Sum of RGB (Red+Green+Blue) = 59+54+32=145 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.69% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3620 is #C4C9DF. Grayscale: #353535. Windows color (decimal): -12896736 or 2111035. OLE color: 2111035.

HSL color Cylindrical-coordinate representation of color #3B3620: hue angle of 48.89º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B3620 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.77.

Color convert

RGB595432-
CMYK00.080.460.77
HSL48.89º29.67%17.84%-
HSV(B)48.89º45.76%23.14%-
XYZ3.383.671.9-
YUV52.99116.16132.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.69%
GREEN value IS 54 (21.48% from 255) = 37.24%
BLUE value IS 32 (12.89% from 255) = 22.07%
R=40.69%
G=37.24%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59543200.080.460.7748.8929.6717.84
Hex3B3620082E4D311e12
Octal73664001056115613622
Binary1110111101101000000100010111010011011100011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,54,32); }

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

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

 a { background-color: rgb(59,54,32); }

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

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

 span { border-color: rgb(59,54,32); }

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