Html Css Color HEX #3A3721 Graphite

📋 copy color: '#3A3721'

red 58 ◦ green 55 ◦ blue 33

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

Shades of Graphite #3A3721

Tints of Graphite #3A3721

RGB

 RED value IS 58 (23.05% from 255) = 39.73%

 GREEN value IS 55 (21.88% from 255) = 37.67%

 BLUE value IS 33 (13.28% from 255) = 22.6%

R = 39.73%
G = 37.67%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.77

RGB Variations

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

Color information

#3A3721 (or 0x3A3721) is known color: Graphite. HEX triplet: 3A, 37 and 21. RGB value is (58,55,33). Sum of RGB (Red+Green+Blue) = 58+55+33=146 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.73% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3721 is #C5C8DE. Grayscale: #353535. Windows color (decimal): -12962015 or 2176826. OLE color: 2176826.

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

Color convert

RGB 58 55 33 -
CMYK 0 0.05 0.43 0.77
HSL 52.8º 0.27% 0.18% -
HSV(B) 52.8º 0.43% 0.23% -
XYZ 3.39 3.74 1.98 -
YUV 53.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 58 55 33 0 0.05 0.43 0.77 52.8 0.27 0.18
Hex 3A 37 21 0 5 2B 4D 35 1B 12
Octal 72 67 41 0 5 53 115 65 33 22
Binary 111010 110111 100001 0 101 101011 1001101 110101 11011 10010

Color Harmonies of #3A3721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3721

Black with #3A3721

Text Example


Text Example

White with #3A3721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A3721;
 }
 .AnyTagClassName
 {
   color: #3A3721;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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