#3A3720

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

Shades of Graphite #3A3720

Tints of Graphite #3A3720

Color information

#3A3720 (or 0x3A3720) is unknown color: approx Graphite. HEX triplet: 3A, 37 and 20. RGB value is (58,55,32). Sum of RGB (Red+Green+Blue) = 58+55+32=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3720 is #C5C8DF. Grayscale: #353535. Windows color (decimal): -12962016 or 2111290. OLE color: 2111290.

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

Color convert

RGB585532-
CMYK00.050.450.77
HSL53.08º28.89%17.65%-
HSV(B)53.08º44.83%22.75%-
XYZ3.373.741.91-
YUV53.28115.99131.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40%
GREEN value IS 55 (21.88% from 255) = 37.93%
BLUE value IS 32 (12.89% from 255) = 22.07%
R=40%
G=37.93%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58553200.050.450.7753.0828.8917.65
Hex3A3720052D4D351d12
Octal7267400555115653522
Binary111010110111100000010110110110011011101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,55,32); }

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

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

 a { background-color: rgb(58,55,32); }

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

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

 span { border-color: rgb(58,55,32); }

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