Html Css Color HEX #3A3621 Graphite

📋 copy color: '#3A3621'

red 58 ◦ green 54 ◦ blue 33

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

Shades of Graphite #3A3621

Tints of Graphite #3A3621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 22.76%

R = 40%
G = 37.24%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.77

RGB Variations

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

Color information

#3A3621 (or 0x3A3621) is known color: Graphite. HEX triplet: 3A, 36 and 21. RGB value is (58,54,33). Sum of RGB (Red+Green+Blue) = 58+54+33=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3621 is #C5C9DE. Grayscale: #343434. Windows color (decimal): -12962271 or 2176570. OLE color: 2176570.

HSL color Cylindrical-coordinate representation of color #3A3621: hue angle of 50.4º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A3621 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 54 33 -
CMYK 0 0.07 0.43 0.77
HSL 50.4º 0.27% 0.18% -
HSV(B) 50.4º 0.43% 0.23% -
XYZ 3.34 3.65 1.97 -
YUV 52.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 58 54 33 0 0.07 0.43 0.77 50.4 0.27 0.18
Hex 3A 36 21 0 7 2B 4D 32 1B 12
Octal 72 66 41 0 7 53 115 62 33 22
Binary 111010 110110 100001 0 111 101011 1001101 110010 11011 10010

Color Harmonies of #3A3621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3621

Black with #3A3621

Text Example


Text Example

White with #3A3621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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