#383520

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

Shades of Graphite #383520

Tints of Graphite #383520

Color information

#383520 (or 0x383520) is unknown color: approx Graphite. HEX triplet: 38, 35 and 20. RGB value is (56,53,32). Sum of RGB (Red+Green+Blue) = 56+53+32=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 56 - color contains mainly: red. Hex color #383520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383520 is #C7CADF. Grayscale: #333333. Windows color (decimal): -13093600 or 2110776. OLE color: 2110776.

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

Color convert

RGB565332-
CMYK00.050.430.78
HSL52.5º27.27%17.25%-
HSV(B)52.5º42.86%21.96%-
XYZ3.163.491.87-
YUV51.5116.99131.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.72%
GREEN value IS 53 (21.09% from 255) = 37.59%
BLUE value IS 32 (12.89% from 255) = 22.70%
R=39.72%
G=37.59%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56533200.050.430.7852.527.2717.25
Hex383520052B4E341b11
Octal7065400553116643321
Binary111000110101100000010110101110011101101001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383520; }

 p { color: rgb(56,53,32); }

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

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

 a { background-color: rgb(56,53,32); }

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

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

 span { border-color: rgb(56,53,32); }

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