Html Css Color HEX #3B3820 Graphite

📋 copy color: '#3B3820'

red 59 ◦ green 56 ◦ blue 32

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

Shades of Graphite #3B3820

Tints of Graphite #3B3820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.1%

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

R = 40.14%
G = 38.1%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.77

RGB Variations

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

Color information

#3B3820 (or 0x3B3820) is known color: Graphite. HEX triplet: 3B, 38 and 20. RGB value is (59,56,32). Sum of RGB (Red+Green+Blue) = 59+56+32=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3820 is #C4C7DF. Grayscale: #363636. Windows color (decimal): -12896224 or 2111547. OLE color: 2111547.

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

Color convert

RGB 59 56 32 -
CMYK 0 0.05 0.46 0.77
HSL 53.33º 0.3% 0.18% -
HSV(B) 53.33º 0.46% 0.23% -
XYZ 3.48 3.86 1.93 -
YUV 54.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 59 56 32 0 0.05 0.46 0.77 53.33 0.3 0.18
Hex 3B 38 20 0 5 2E 4D 35 1E 12
Octal 73 70 40 0 5 56 115 65 36 22
Binary 111011 111000 100000 0 101 101110 1001101 110101 11110 10010

Color Harmonies of #3B3820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3820

Black with #3B3820

Text Example


Text Example

White with #3B3820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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