Html Css Color HEX #3B3520 Graphite

📋 copy color: '#3B3520'

red 59 ◦ green 53 ◦ blue 32

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

Shades of Graphite #3B3520

Tints of Graphite #3B3520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 22.22%

R = 40.97%
G = 36.81%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.77

RGB Variations

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

Color information

#3B3520 (or 0x3B3520) is known color: Graphite. HEX triplet: 3B, 35 and 20. RGB value is (59,53,32). Sum of RGB (Red+Green+Blue) = 59+53+32=144 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.97% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3520 is #C4CADF. Grayscale: #343434. Windows color (decimal): -12896992 or 2110779. OLE color: 2110779.

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

Color convert

RGB 59 53 32 -
CMYK 0 0.10 0.46 0.77
HSL 46.67º 0.3% 0.18% -
HSV(B) 46.67º 0.46% 0.23% -
XYZ 3.34 3.58 1.88 -
YUV 52.4 116.49 132.71 -
System Red Green Blue C M Y K H S L
Decimal 59 53 32 0 0.10 0.46 0.77 46.67 0.3 0.18
Hex 3B 35 20 0 A 2E 4D 2F 1E 12
Octal 73 65 40 0 12 56 115 57 36 22
Binary 111011 110101 100000 0 1010 101110 1001101 101111 11110 10010

Color Harmonies of #3B3520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3520

Black with #3B3520

Text Example


Text Example

White with #3B3520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,53,32); }

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

background-color css

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

 a { background-color: rgb(59,53,32); }

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

border-color css

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

 span { border-color: rgb(59,53,32); }

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