#3B3619

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

Shades of Graphite #3B3619

Tints of Graphite #3B3619

Color information

#3B3619 (or 0x3B3619) is unknown color: approx Graphite. HEX triplet: 3B, 36 and 19. RGB value is (59,54,25). Sum of RGB (Red+Green+Blue) = 59+54+25=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3619 is #C4C9E6. Grayscale: #343434. Windows color (decimal): -12896743 or 1652283. OLE color: 1652283.

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

Color convert

RGB595425-
CMYK00.080.580.77
HSL51.18º40.48%16.47%-
HSV(B)51.18º57.63%23.14%-
XYZ3.33.641.45-
YUV52.19112.66132.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 42.75%
GREEN value IS 54 (21.48% from 255) = 39.13%
BLUE value IS 25 (10.16% from 255) = 18.12%
R=42.75%
G=39.13%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59542500.080.580.7751.1840.4816.47
Hex3B3619083A4D332810
Octal73663101072115635020
Binary1110111101101100101000111010100110111001110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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