Html Css Color HEX #3A3519 Graphite

📋 copy color: '#3A3519'

red 58 ◦ green 53 ◦ blue 25

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

Shades of Graphite #3A3519

Tints of Graphite #3A3519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.38%

R = 42.65%
G = 38.97%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.77

RGB Variations

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

Color information

#3A3519 (or 0x3A3519) is known color: Graphite. HEX triplet: 3A, 35 and 19. RGB value is (58,53,25). Sum of RGB (Red+Green+Blue) = 58+53+25=136 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.65% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3519 is #C5CAE6. Grayscale: #333333. Windows color (decimal): -12962535 or 1652026. OLE color: 1652026.

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

Color convert

RGB 58 53 25 -
CMYK 0 0.09 0.57 0.77
HSL 50.91º 0.4% 0.16% -
HSV(B) 50.91º 0.57% 0.23% -
XYZ 3.19 3.52 1.43 -
YUV 51.3 113.16 132.78 -
System Red Green Blue C M Y K H S L
Decimal 58 53 25 0 0.09 0.57 0.77 50.91 0.4 0.16
Hex 3A 35 19 0 9 39 4D 33 28 10
Octal 72 65 31 0 11 71 115 63 50 20
Binary 111010 110101 11001 0 1001 111001 1001101 110011 101000 10000

Color Harmonies of #3A3519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3519

Black with #3A3519

Text Example


Text Example

White with #3A3519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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