#383217

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

Shades of Graphite #383217

Tints of Graphite #383217

Color information

#383217 (or 0x383217) is unknown color: approx Graphite. HEX triplet: 38, 32 and 17. RGB value is (56,50,23). Sum of RGB (Red+Green+Blue) = 56+50+23=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #383217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383217 is #C7CDE8. Grayscale: #303030. Windows color (decimal): -13094377 or 1520184. OLE color: 1520184.

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

Color convert

RGB565023-
CMYK00.110.590.78
HSL49.09º41.77%15.49%-
HSV(B)49.09º58.93%21.96%-
XYZ2.933.181.27-
YUV48.72113.49133.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.41%
GREEN value IS 50 (19.92% from 255) = 38.76%
BLUE value IS 23 (9.38% from 255) = 17.83%
R=43.41%
G=38.76%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56502300.110.590.7849.0941.7715.49
Hex3832170B3B4E312af
Octal70622701373116615217
Binary111000110010101110101111101110011101100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383217; }

 p { color: rgb(56,50,23); }

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

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

 a { background-color: rgb(56,50,23); }

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

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

 span { border-color: rgb(56,50,23); }

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