#391404

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

Shades of Brown Pod #391404

Tints of Brown Pod #391404

Color information

#391404 (or 0x391404) is unknown color: approx Brown Pod. HEX triplet: 39, 14 and 04. RGB value is (57,20,4). Sum of RGB (Red+Green+Blue) = 57+20+4=81 (10% of max value = 765). Red value is 57 (22.66% from 255 or 70.37% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 4 (1.95% from 255 or 4.94% from 81); Max value from RGB is 57 - color contains mainly: red. Hex color #391404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391404 is #C6EBFB. Grayscale: #1D1D1D. Windows color (decimal): -13036540 or 267321. OLE color: 267321.

HSL color Cylindrical-coordinate representation of color #391404: hue angle of 18.11º 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 #391404 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB57204-
CMYK00.650.930.78
HSL18.11º86.89%11.96%-
HSV(B)18.11º92.98%22.35%-
XYZ1.961.380.28-
YUV29.24113.76147.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 70.37%
GREEN value IS 20 (8.20% from 255) = 24.69%
BLUE value IS 4 (1.95% from 255) = 4.94%
R=70.37%
G=24.69%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5720400.650.930.7818.1186.8911.96
Hex391440415D4E1257c
Octal7124401011351162212714
Binary1110011010010001000001101110110011101001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391404; }

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

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

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

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

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

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

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

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