#391D0B

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

Shades of Brown Pod #391D0B

Tints of Brown Pod #391D0B

Color information

#391D0B (or 0x391D0B) is unknown color: approx Brown Pod. HEX triplet: 39, 1D and 0B. RGB value is (57,29,11). Sum of RGB (Red+Green+Blue) = 57+29+11=97 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.76% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 57 - color contains mainly: red. Hex color #391D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391D0B is #C6E2F4. Grayscale: #232323. Windows color (decimal): -13034229 or 728377. OLE color: 728377.

HSL color Cylindrical-coordinate representation of color #391D0B: hue angle of 23.48º 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 #391D0B is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.78.

Color convert

RGB572911-
CMYK00.490.810.78
HSL23.48º67.65%13.33%-
HSV(B)23.48º80.7%22.35%-
XYZ2.191.770.54-
YUV35.32114.28143.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.76%
GREEN value IS 29 (11.72% from 255) = 29.90%
BLUE value IS 11 (4.69% from 255) = 11.34%
R=58.76%
G=29.90%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57291100.490.810.7823.4867.6513.33
Hex391DB031514E1744d
Octal7135130611211162710415
Binary1110011110110110110001101000110011101011110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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