Html Css Color HEX #3A3629 Graphite

📋 copy color: '#3A3629'

red 58 ◦ green 54 ◦ blue 41

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

Shades of Graphite #3A3629

Tints of Graphite #3A3629

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.29%

 BLUE value IS 41 (16.41% from 255) = 26.8%

R = 37.91%
G = 35.29%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.77

RGB Variations

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

Color information

#3A3629 (or 0x3A3629) is known color: Graphite. HEX triplet: 3A, 36 and 29. RGB value is (58,54,41). Sum of RGB (Red+Green+Blue) = 58+54+41=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3629 is #C5C9D6. Grayscale: #353535. Windows color (decimal): -12962263 or 2700858. OLE color: 2700858.

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

Color convert

RGB 58 54 41 -
CMYK 0 0.07 0.29 0.77
HSL 45.88º 0.17% 0.19% -
HSV(B) 45.88º 0.29% 0.23% -
XYZ 3.46 3.7 2.63 -
YUV 53.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 58 54 41 0 0.07 0.29 0.77 45.88 0.17 0.19
Hex 3A 36 29 0 7 1D 4D 2E 11 13
Octal 72 66 51 0 7 35 115 56 21 23
Binary 111010 110110 101001 0 111 11101 1001101 101110 10001 10011

Color Harmonies of #3A3629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3629

Black with #3A3629

Text Example


Text Example

White with #3A3629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,54,41); }

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

background-color css

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

 a { background-color: rgb(58,54,41); }

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

border-color css

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

 span { border-color: rgb(58,54,41); }

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