#373016

Color #373016 Graphite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Graphite #373016

Tints of Graphite #373016

Color information

#373016 (or 0x373016) is unknown color: approx 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

RGB554822-
CMYK00.130.60.78
HSL47.27º42.86%15.1%-
HSV(B)47.27º60%21.57%-
XYZ2.782.981.19-
YUV47.13113.82133.61-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.6
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55482200.130.60.7847.2742.8615.1
Hex3730160D3C4E2f2bf
Octal67602601574116575317
Binary110111110000101100110111110010011101011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>