#3B3520

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

Shades of Graphite #3B3520

Tints of Graphite #3B3520

Color information

#3B3520 (or 0x3B3520) is unknown color: approx Graphite. HEX triplet: 3B, 35 and 20. RGB value is (59,53,32). Sum of RGB (Red+Green+Blue) = 59+53+32=144 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.97% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3520 is #C4CADF. Grayscale: #343434. Windows color (decimal): -12896992 or 2110779. OLE color: 2110779.

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

Color convert

RGB595332-
CMYK00.100.460.77
HSL46.67º29.67%17.84%-
HSV(B)46.67º45.76%23.14%-
XYZ3.343.581.88-
YUV52.4116.49132.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.97%
GREEN value IS 53 (21.09% from 255) = 36.81%
BLUE value IS 32 (12.89% from 255) = 22.22%
R=40.97%
G=36.81%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59533200.100.460.7746.6729.6717.84
Hex3B35200A2E4D2f1e12
Octal73654001256115573622
Binary1110111101011000000101010111010011011011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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