Html Css Color HEX #3D3724 Graphite

📋 copy color: '#3D3724'

red 61 ◦ green 55 ◦ blue 36

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

Shades of Graphite #3D3724

Tints of Graphite #3D3724

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.18%

 BLUE value IS 36 (14.45% from 255) = 23.68%

R = 40.13%
G = 36.18%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.76

RGB Variations

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

Color information

#3D3724 (or 0x3D3724) is known color: Graphite. HEX triplet: 3D, 37 and 24. RGB value is (61,55,36). Sum of RGB (Red+Green+Blue) = 61+55+36=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3724 is #C2C8DB. Grayscale: #363636. Windows color (decimal): -12765404 or 2373437. OLE color: 2373437.

HSL color Cylindrical-coordinate representation of color #3D3724: hue angle of 45.6º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3D3724 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 55 36 -
CMYK 0 0.10 0.41 0.76
HSL 45.6º 0.26% 0.19% -
HSV(B) 45.6º 0.41% 0.24% -
XYZ 3.61 3.85 2.22 -
YUV 54.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 61 55 36 0 0.10 0.41 0.76 45.6 0.26 0.19
Hex 3D 37 24 0 A 29 4C 2E 1A 13
Octal 75 67 44 0 12 51 114 56 32 23
Binary 111101 110111 100100 0 1010 101001 1001100 101110 11010 10011

Color Harmonies of #3D3724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3724

Black with #3D3724

Text Example


Text Example

White with #3D3724

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,55,36); }

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

background-color css

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

 a { background-color: rgb(61,55,36); }

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

border-color css

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

 span { border-color: rgb(61,55,36); }

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