#3B3719

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

Shades of Graphite #3B3719

Tints of Graphite #3B3719

Color information

#3B3719 (or 0x3B3719) is unknown color: approx Graphite. HEX triplet: 3B, 37 and 19. RGB value is (59,55,25). Sum of RGB (Red+Green+Blue) = 59+55+25=139 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.45% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3719 is #C4C8E6. Grayscale: #343434. Windows color (decimal): -12896487 or 1652539. OLE color: 1652539.

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

Color convert

RGB595525-
CMYK00.070.580.77
HSL52.94º40.48%16.47%-
HSV(B)52.94º57.63%23.14%-
XYZ3.353.731.46-
YUV52.78112.33132.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 42.45%
GREEN value IS 55 (21.88% from 255) = 39.57%
BLUE value IS 25 (10.16% from 255) = 17.99%
R=42.45%
G=39.57%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59552500.070.580.7752.9440.4816.47
Hex3B3719073A4D352810
Octal7367310772115655020
Binary111011110111110010111111010100110111010110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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