Html Css Color HEX #3B3621 Graphite

📋 copy color: '#3B3621'

red 59 ◦ green 54 ◦ blue 33

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

Shades of Graphite #3B3621

Tints of Graphite #3B3621

RGB

 RED value IS 59 (23.44% from 255) = 40.41%

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

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

R = 40.41%
G = 36.99%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.77

RGB Variations

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

Color information

#3B3621 (or 0x3B3621) is known color: Graphite. HEX triplet: 3B, 36 and 21. RGB value is (59,54,33). Sum of RGB (Red+Green+Blue) = 59+54+33=146 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.41% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3621 is #C4C9DE. Grayscale: #353535. Windows color (decimal): -12896735 or 2176571. OLE color: 2176571.

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

Color convert

RGB 59 54 33 -
CMYK 0 0.08 0.44 0.77
HSL 48.46º 0.28% 0.18% -
HSV(B) 48.46º 0.44% 0.23% -
XYZ 3.4 3.68 1.97 -
YUV 53.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 59 54 33 0 0.08 0.44 0.77 48.46 0.28 0.18
Hex 3B 36 21 0 8 2C 4D 30 1C 12
Octal 73 66 41 0 10 54 115 60 34 22
Binary 111011 110110 100001 0 1000 101100 1001101 110000 11100 10010

Color Harmonies of #3B3621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3621

Black with #3B3621

Text Example


Text Example

White with #3B3621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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