Html Css Color HEX #373016 Graphite

📋 copy color: '#373016'

red 55 ◦ green 48 ◦ blue 22

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

Shades of Graphite #373016

Tints of Graphite #373016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.6%

R = 44%
G = 38.4%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.6

 K value IS 0.78

RGB Variations

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

Color information

#373016 (or 0x373016) is known color: Graphite. HEX triplet: 37, 30 and 16. RGB value is (55,48,22). Sum of RGB (Red+Green+Blue) = 55+48+22=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 55 - color contains mainly: red. Hex color #373016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373016 is #C8CFE9. Grayscale: #2F2F2F. Windows color (decimal): -13160426 or 1454135. OLE color: 1454135.

HSL color Cylindrical-coordinate representation of color #373016: hue angle of 47.27º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #373016 is Cyan = 0, Magento = 0.13, Yellow = 0.6 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 48 22 -
CMYK 0 0.13 0.6 0.78
HSL 47.27º 0.43% 0.15% -
HSV(B) 47.27º 0.6% 0.22% -
XYZ 2.78 2.98 1.19 -
YUV 47.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 55 48 22 0 0.13 0.6 0.78 47.27 0.43 0.15
Hex 37 30 16 0 D 3C 4E 2F 2B F
Octal 67 60 26 0 15 74 116 57 53 17
Binary 110111 110000 10110 0 1101 111100 1001110 101111 101011 1111

Color Harmonies of #373016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373016

Black with #373016

Text Example


Text Example

White with #373016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373016; }

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

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

background-color css

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

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

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

border-color css

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

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

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