#391405

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

Shades of Brown Pod #391405

Tints of Brown Pod #391405

Color information

#391405 (or 0x391405) is unknown color: approx Brown Pod. HEX triplet: 39, 14 and 05. RGB value is (57,20,5). Sum of RGB (Red+Green+Blue) = 57+20+5=82 (10% of max value = 765). Red value is 57 (22.66% from 255 or 69.51% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 57 - color contains mainly: red. Hex color #391405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391405 is #C6EBFA. Grayscale: #1D1D1D. Windows color (decimal): -13036539 or 332857. OLE color: 332857.

HSL color Cylindrical-coordinate representation of color #391405: hue angle of 17.31º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #391405 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB57205-
CMYK00.650.910.78
HSL17.31º83.87%12.16%-
HSV(B)17.31º91.23%22.35%-
XYZ1.961.380.31-
YUV29.35114.26147.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 69.51%
GREEN value IS 20 (8.20% from 255) = 24.39%
BLUE value IS 5 (2.34% from 255) = 6.10%
R=69.51%
G=24.39%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5720500.650.910.7817.3183.8712.16
Hex391450415B4E1154c
Octal7124501011331162112414
Binary1110011010010101000001101101110011101000110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391405; }

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

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

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

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

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

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

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

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