#391E0B

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

Shades of Brown Pod #391E0B

Tints of Brown Pod #391E0B

Color information

#391E0B (or 0x391E0B) is unknown color: approx Brown Pod. HEX triplet: 39, 1E and 0B. RGB value is (57,30,11). Sum of RGB (Red+Green+Blue) = 57+30+11=98 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.16% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 57 - color contains mainly: red. Hex color #391E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391E0B is #C6E1F4. Grayscale: #242424. Windows color (decimal): -13033973 or 728633. OLE color: 728633.

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

Color convert

RGB573011-
CMYK00.470.810.78
HSL24.78º67.65%13.33%-
HSV(B)24.78º80.7%22.35%-
XYZ2.211.820.55-
YUV35.91113.95143.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.16%
GREEN value IS 30 (12.11% from 255) = 30.61%
BLUE value IS 11 (4.69% from 255) = 11.22%
R=58.16%
G=30.61%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57301100.470.810.7824.7867.6513.33
Hex391EB02F514E1944d
Octal7136130571211163110415
Binary1110011111010110101111101000110011101100110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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