Html Css Color HEX #3A3723 Graphite

📋 copy color: '#3A3723'

red 58 ◦ green 55 ◦ blue 35

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

Shades of Graphite #3A3723

Tints of Graphite #3A3723

RGB

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

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

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

R = 39.19%
G = 37.16%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.77

RGB Variations

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

Color information

#3A3723 (or 0x3A3723) is known color: Graphite. HEX triplet: 3A, 37 and 23. RGB value is (58,55,35). Sum of RGB (Red+Green+Blue) = 58+55+35=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3723 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3723 is #C5C8DC. Grayscale: #353535. Windows color (decimal): -12962013 or 2307898. OLE color: 2307898.

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

Color convert

RGB 58 55 35 -
CMYK 0 0.05 0.40 0.77
HSL 52.17º 0.25% 0.18% -
HSV(B) 52.17º 0.4% 0.23% -
XYZ 3.41 3.75 2.13 -
YUV 53.62 117.49 131.13 -
System Red Green Blue C M Y K H S L
Decimal 58 55 35 0 0.05 0.40 0.77 52.17 0.25 0.18
Hex 3A 37 23 0 5 28 4D 34 19 12
Octal 72 67 43 0 5 50 115 64 31 22
Binary 111010 110111 100011 0 101 101000 1001101 110100 11001 10010

Color Harmonies of #3A3723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3723

Black with #3A3723

Text Example


Text Example

White with #3A3723

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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