Html Css Color HEX #3D3820 Graphite

📋 copy color: '#3D3820'

red 61 ◦ green 56 ◦ blue 32

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

Shades of Graphite #3D3820

Tints of Graphite #3D3820

RGB

 RED value IS 61 (24.22% from 255) = 40.94%

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

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

R = 40.94%
G = 37.58%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.76

RGB Variations

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

Color information

#3D3820 (or 0x3D3820) is known color: Graphite. HEX triplet: 3D, 38 and 20. RGB value is (61,56,32). Sum of RGB (Red+Green+Blue) = 61+56+32=149 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.94% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3820 is #C2C7DF. Grayscale: #363636. Windows color (decimal): -12765152 or 2111549. OLE color: 2111549.

HSL color Cylindrical-coordinate representation of color #3D3820: hue angle of 49.66º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D3820 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 56 32 -
CMYK 0 0.08 0.48 0.76
HSL 49.66º 0.31% 0.18% -
HSV(B) 49.66º 0.48% 0.24% -
XYZ 3.6 3.92 1.93 -
YUV 54.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 61 56 32 0 0.08 0.48 0.76 49.66 0.31 0.18
Hex 3D 38 20 0 8 30 4C 32 1F 12
Octal 75 70 40 0 10 60 114 62 37 22
Binary 111101 111000 100000 0 1000 110000 1001100 110010 11111 10010

Color Harmonies of #3D3820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3820

Black with #3D3820

Text Example


Text Example

White with #3D3820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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