Html Css Color HEX #3A3720 Graphite

📋 copy color: '#3A3720'

red 58 ◦ green 55 ◦ blue 32

#3A3720
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Graphite #3A3720

Tints of Graphite #3A3720

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 value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.77

RGB Variations

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

Color information

#3A3720 (or 0x3A3720) is known color: 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

RGB 58 55 32 -
CMYK 0 0.05 0.45 0.77
HSL 53.08º 0.29% 0.18% -
HSV(B) 53.08º 0.45% 0.23% -
XYZ 3.37 3.74 1.91 -
YUV 53.28 115.99 131.37 -
System Red Green Blue C M Y K H S L
Decimal 58 55 32 0 0.05 0.45 0.77 53.08 0.29 0.18
Hex 3A 37 20 0 5 2D 4D 35 1D 12
Octal 72 67 40 0 5 55 115 65 35 22
Binary 111010 110111 100000 0 101 101101 1001101 110101 11101 10010

Color Harmonies of #3A3720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3720

Black with #3A3720

Text Example


Text Example

White with #3A3720

Text Example


Text Example

HTML Codes & Css Web 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>