#363320

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

Shades of Graphite #363320

Tints of Graphite #363320

Color information

#363320 (or 0x363320) is unknown color: approx Graphite. HEX triplet: 36, 33 and 20. RGB value is (54,51,32). Sum of RGB (Red+Green+Blue) = 54+51+32=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 54 - color contains mainly: red. Hex color #363320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363320 is #C9CCDF. Grayscale: #313131. Windows color (decimal): -13225184 or 2110262. OLE color: 2110262.

HSL color Cylindrical-coordinate representation of color #363320: hue angle of 51.82º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #363320 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.79.

Color convert

RGB545132-
CMYK00.060.410.79
HSL51.82º25.58%16.86%-
HSV(B)51.82º40.74%21.18%-
XYZ2.973.261.84-
YUV49.73117.99131.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.42%
GREEN value IS 51 (20.31% from 255) = 37.23%
BLUE value IS 32 (12.89% from 255) = 23.36%
R=39.42%
G=37.23%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54513200.060.410.7951.8225.5816.86
Hex36332006294F341a11
Octal6663400651117643221
Binary110110110011100000011010100110011111101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363320; }

 p { color: rgb(54,51,32); }

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

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

 a { background-color: rgb(54,51,32); }

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

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

 span { border-color: rgb(54,51,32); }

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