#391E0A

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

Shades of Brown Pod #391E0A

Tints of Brown Pod #391E0A

Color information

#391E0A (or 0x391E0A) is unknown color: approx Brown Pod. HEX triplet: 39, 1E and 0A. RGB value is (57,30,10). Sum of RGB (Red+Green+Blue) = 57+30+10=97 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.76% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 57 - color contains mainly: red. Hex color #391E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391E0A is #C6E1F5. Grayscale: #232323. Windows color (decimal): -13033974 or 663097. OLE color: 663097.

HSL color Cylindrical-coordinate representation of color #391E0A: hue angle of 25.53º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #391E0A is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB573010-
CMYK00.470.820.78
HSL25.53º70.15%13.14%-
HSV(B)25.53º82.46%22.35%-
XYZ2.211.820.52-
YUV35.79113.45143.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.76%
GREEN value IS 30 (12.11% from 255) = 30.93%
BLUE value IS 10 (4.30% from 255) = 10.31%
R=58.76%
G=30.93%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57301000.470.820.7825.5370.1513.14
Hex391EA02F524E1a46d
Octal7136120571221163210615
Binary1110011111010100101111101001010011101101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,30,10); }

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

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

 a { background-color: rgb(57,30,10); }

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

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

 span { border-color: rgb(57,30,10); }

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