#37321A

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

Shades of Graphite #37321A

Tints of Graphite #37321A

Color information

#37321A (or 0x37321A) is unknown color: approx Graphite. HEX triplet: 37, 32 and 1A. RGB value is (55,50,26). Sum of RGB (Red+Green+Blue) = 55+50+26=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 55 - color contains mainly: red. Hex color #37321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37321A is #C8CDE5. Grayscale: #303030. Windows color (decimal): -13159910 or 1716791. OLE color: 1716791.

HSL color Cylindrical-coordinate representation of color #37321A: hue angle of 49.66º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37321A is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB555026-
CMYK00.090.530.78
HSL49.66º35.8%15.88%-
HSV(B)49.66º52.73%21.57%-
XYZ2.93.171.44-
YUV48.76115.16132.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.98%
GREEN value IS 50 (19.92% from 255) = 38.17%
BLUE value IS 26 (10.55% from 255) = 19.85%
R=41.98%
G=38.17%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55502600.090.530.7849.6635.815.88
Hex37321A09354E322410
Octal67623201165116624420
Binary1101111100101101001001110101100111011001010010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37321A; }

 p { color: rgb(55,50,26); }

 H1.HeaderClassName
 {
   color: #37321A;
 }
 .AnyTagClassName
 {
   color: #37321A;
 }
</style>
background-color css

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

 a { background-color: rgb(55,50,26); }

 div.DivClassName
 {
   background-color: #37321A;
 }
 .BgClassName
 {
   background-color: #37321A;
 }
</style>
border-color css

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

 span { border-color: rgb(55,50,26); }

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