Html Css Color HEX #3A3523 Graphite

📋 copy color: '#3A3523'

red 58 ◦ green 53 ◦ blue 35

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

Shades of Graphite #3A3523

Tints of Graphite #3A3523

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.3%

 BLUE value IS 35 (14.06% from 255) = 23.97%

R = 39.73%
G = 36.3%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.77

RGB Variations

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

Color information

#3A3523 (or 0x3A3523) is known color: Graphite. HEX triplet: 3A, 35 and 23. RGB value is (58,53,35). Sum of RGB (Red+Green+Blue) = 58+53+35=146 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.73% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3523 is #C5CADC. Grayscale: #343434. Windows color (decimal): -12962525 or 2307386. OLE color: 2307386.

HSL color Cylindrical-coordinate representation of color #3A3523: hue angle of 46.96º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A3523 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 53 35 -
CMYK 0 0.09 0.40 0.77
HSL 46.96º 0.25% 0.18% -
HSV(B) 46.96º 0.4% 0.23% -
XYZ 3.32 3.57 2.1 -
YUV 52.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 58 53 35 0 0.09 0.40 0.77 46.96 0.25 0.18
Hex 3A 35 23 0 9 28 4D 2F 19 12
Octal 72 65 43 0 11 50 115 57 31 22
Binary 111010 110101 100011 0 1001 101000 1001101 101111 11001 10010

Color Harmonies of #3A3523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3523

Black with #3A3523

Text Example


Text Example

White with #3A3523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,53,35); }

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

background-color css

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

 a { background-color: rgb(58,53,35); }

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

border-color css

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

 span { border-color: rgb(58,53,35); }

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