#391F0F

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

Shades of Brown Pod #391F0F

Tints of Brown Pod #391F0F

Color information

#391F0F (or 0x391F0F) is unknown color: approx Brown Pod. HEX triplet: 39, 1F and 0F. RGB value is (57,31,15). Sum of RGB (Red+Green+Blue) = 57+31+15=103 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.34% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 57 - color contains mainly: red. Hex color #391F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391F0F is #C6E0F0. Grayscale: #252525. Windows color (decimal): -13033713 or 991033. OLE color: 991033.

HSL color Cylindrical-coordinate representation of color #391F0F: hue angle of 22.86º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #391F0F is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.78.

Color convert

RGB573115-
CMYK00.460.740.78
HSL22.86º58.33%14.12%-
HSV(B)22.86º73.68%22.35%-
XYZ2.261.880.7-
YUV36.95115.61142.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 55.34%
GREEN value IS 31 (12.5% from 255) = 30.10%
BLUE value IS 15 (6.25% from 255) = 14.56%
R=55.34%
G=30.10%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57311500.460.740.7822.8658.3314.12
Hex391FF02E4A4E173ae
Octal713717056112116277216
Binary111001111111111010111010010101001110101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,31,15); }

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

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

 a { background-color: rgb(57,31,15); }

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

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

 span { border-color: rgb(57,31,15); }

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