Html Css Color HEX #373420 Graphite

📋 copy color: '#373420'

red 55 ◦ green 52 ◦ blue 32

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

Shades of Graphite #373420

Tints of Graphite #373420

RGB

 RED value IS 55 (21.88% from 255) = 39.57%

 GREEN value IS 52 (20.7% from 255) = 37.41%

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

R = 39.57%
G = 37.41%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#373420 (or 0x373420) is known color: Graphite. HEX triplet: 37, 34 and 20. RGB value is (55,52,32). Sum of RGB (Red+Green+Blue) = 55+52+32=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 55 - color contains mainly: red. Hex color #373420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373420 is #C8CBDF. Grayscale: #323232. Windows color (decimal): -13159392 or 2110519. OLE color: 2110519.

HSL color Cylindrical-coordinate representation of color #373420: hue angle of 52.17º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #373420 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 52 32 -
CMYK 0 0.05 0.42 0.78
HSL 52.17º 0.26% 0.17% -
HSV(B) 52.17º 0.42% 0.22% -
XYZ 3.06 3.37 1.86 -
YUV 50.62 117.49 131.13 -
System Red Green Blue C M Y K H S L
Decimal 55 52 32 0 0.05 0.42 0.78 52.17 0.26 0.17
Hex 37 34 20 0 5 2A 4E 34 1A 11
Octal 67 64 40 0 5 52 116 64 32 21
Binary 110111 110100 100000 0 101 101010 1001110 110100 11010 10001

Color Harmonies of #373420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373420

Black with #373420

Text Example


Text Example

White with #373420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373420; }

 p { color: rgb(55,52,32); }

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

background-color css

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

 a { background-color: rgb(55,52,32); }

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

border-color css

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

 span { border-color: rgb(55,52,32); }

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