Html Css Color HEX #3A3623 Graphite

📋 copy color: '#3A3623'

red 58 ◦ green 54 ◦ blue 35

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

Shades of Graphite #3A3623

Tints of Graphite #3A3623

RGB

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

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

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

R = 39.46%
G = 36.73%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.77

RGB Variations

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

Color information

#3A3623 (or 0x3A3623) is known color: Graphite. HEX triplet: 3A, 36 and 23. RGB value is (58,54,35). Sum of RGB (Red+Green+Blue) = 58+54+35=147 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.46% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3623 is #C5C9DC. Grayscale: #353535. Windows color (decimal): -12962269 or 2307642. OLE color: 2307642.

HSL color Cylindrical-coordinate representation of color #3A3623: hue angle of 49.57º 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 #3A3623 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 54 35 -
CMYK 0 0.07 0.40 0.77
HSL 49.57º 0.25% 0.18% -
HSV(B) 49.57º 0.4% 0.23% -
XYZ 3.37 3.66 2.12 -
YUV 53.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 58 54 35 0 0.07 0.40 0.77 49.57 0.25 0.18
Hex 3A 36 23 0 7 28 4D 32 19 12
Octal 72 66 43 0 7 50 115 62 31 22
Binary 111010 110110 100011 0 111 101000 1001101 110010 11001 10010

Color Harmonies of #3A3623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3623

Black with #3A3623

Text Example


Text Example

White with #3A3623

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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