Html Css Color HEX #373020 Graphite

📋 copy color: '#373020'

red 55 ◦ green 48 ◦ blue 32

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

Shades of Graphite #373020

Tints of Graphite #373020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.56%

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

R = 40.74%
G = 35.56%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#373020 (or 0x373020) is known color: Graphite. HEX triplet: 37, 30 and 20. RGB value is (55,48,32). Sum of RGB (Red+Green+Blue) = 55+48+32=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 55 - color contains mainly: red. Hex color #373020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373020 is #C8CFDF. Grayscale: #303030. Windows color (decimal): -13160416 or 2109495. OLE color: 2109495.

HSL color Cylindrical-coordinate representation of color #373020: hue angle of 41.74º 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 #373020 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 48 32 -
CMYK 0 0.13 0.42 0.78
HSL 41.74º 0.26% 0.17% -
HSV(B) 41.74º 0.42% 0.22% -
XYZ 2.89 3.03 1.8 -
YUV 48.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 55 48 32 0 0.13 0.42 0.78 41.74 0.26 0.17
Hex 37 30 20 0 D 2A 4E 2A 1A 11
Octal 67 60 40 0 15 52 116 52 32 21
Binary 110111 110000 100000 0 1101 101010 1001110 101010 11010 10001

Color Harmonies of #373020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373020

Black with #373020

Text Example


Text Example

White with #373020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373020; }

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

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

background-color css

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

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

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

border-color css

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

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

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