Html Css Color HEX #3A3423 Graphite

📋 copy color: '#3A3423'

red 58 ◦ green 52 ◦ blue 35

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

Shades of Graphite #3A3423

Tints of Graphite #3A3423

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.86%

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

R = 40%
G = 35.86%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.77

RGB Variations

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

Color information

#3A3423 (or 0x3A3423) is known color: Graphite. HEX triplet: 3A, 34 and 23. RGB value is (58,52,35). Sum of RGB (Red+Green+Blue) = 58+52+35=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3423 is #C5CBDC. Grayscale: #333333. Windows color (decimal): -12962781 or 2307130. OLE color: 2307130.

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

Color convert

RGB 58 52 35 -
CMYK 0 0.10 0.40 0.77
HSL 44.35º 0.25% 0.18% -
HSV(B) 44.35º 0.4% 0.23% -
XYZ 3.28 3.48 2.09 -
YUV 51.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 58 52 35 0 0.10 0.40 0.77 44.35 0.25 0.18
Hex 3A 34 23 0 A 28 4D 2C 19 12
Octal 72 64 43 0 12 50 115 54 31 22
Binary 111010 110100 100011 0 1010 101000 1001101 101100 11001 10010

Color Harmonies of #3A3423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3423

Black with #3A3423

Text Example


Text Example

White with #3A3423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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