#391C04

Color #391C04 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #391C04

Tints of Brown Pod #391C04

Color information

#391C04 (or 0x391C04) is unknown color: approx Brown Pod. HEX triplet: 39, 1C and 04. RGB value is (57,28,4). Sum of RGB (Red+Green+Blue) = 57+28+4=89 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.04% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 4 (1.95% from 255 or 4.49% from 89); Max value from RGB is 57 - color contains mainly: red. Hex color #391C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391C04 is #C6E3FB. Grayscale: #222222. Windows color (decimal): -13034492 or 269369. OLE color: 269369.

HSL color Cylindrical-coordinate representation of color #391C04: hue angle of 27.17º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #391C04 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB57284-
CMYK00.510.930.78
HSL27.17º86.89%11.96%-
HSV(B)27.17º92.98%22.35%-
XYZ2.121.710.33-
YUV33.94111.11144.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 64.04%
GREEN value IS 28 (11.33% from 255) = 31.46%
BLUE value IS 4 (1.95% from 255) = 4.49%
R=64.04%
G=31.46%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5728400.510.930.7827.1786.8911.96
Hex391C40335D4E1b57c
Octal713440631351163312714
Binary111001111001000110011101110110011101101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391C04; }

 p { color: rgb(57,28,4); }

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

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

 a { background-color: rgb(57,28,4); }

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

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

 span { border-color: rgb(57,28,4); }

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