#39361A

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

Shades of Graphite #39361A

Tints of Graphite #39361A

Color information

#39361A (or 0x39361A) is unknown color: approx Graphite. HEX triplet: 39, 36 and 1A. RGB value is (57,54,26). Sum of RGB (Red+Green+Blue) = 57+54+26=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 57 - color contains mainly: red. Hex color #39361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39361A is #C6C9E5. Grayscale: #333333. Windows color (decimal): -13027814 or 1717817. OLE color: 1717817.

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

Color convert

RGB575426-
CMYK00.050.540.78
HSL54.19º37.35%16.27%-
HSV(B)54.19º54.39%22.35%-
XYZ3.193.581.5-
YUV51.7113.49131.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.61%
GREEN value IS 54 (21.48% from 255) = 39.42%
BLUE value IS 26 (10.55% from 255) = 18.98%
R=41.61%
G=39.42%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57542600.050.540.7854.1937.3516.27
Hex39361A05364E362510
Octal7166320566116664520
Binary111001110110110100101110110100111011011010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,54,26); }

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

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

 a { background-color: rgb(57,54,26); }

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

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

 span { border-color: rgb(57,54,26); }

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