#391C0B

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

Shades of Brown Pod #391C0B

Tints of Brown Pod #391C0B

Color information

#391C0B (or 0x391C0B) is unknown color: approx Brown Pod. HEX triplet: 39, 1C and 0B. RGB value is (57,28,11). Sum of RGB (Red+Green+Blue) = 57+28+11=96 (12% of max value = 765). Red value is 57 (22.66% from 255 or 59.38% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 57 - color contains mainly: red. Hex color #391C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391C0B is #C6E3F4. Grayscale: #222222. Windows color (decimal): -13034485 or 728121. OLE color: 728121.

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

Color convert

RGB572811-
CMYK00.510.810.78
HSL22.17º67.65%13.33%-
HSV(B)22.17º80.7%22.35%-
XYZ2.161.720.54-
YUV34.73114.61143.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 59.38%
GREEN value IS 28 (11.33% from 255) = 29.17%
BLUE value IS 11 (4.69% from 255) = 11.46%
R=59.38%
G=29.17%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57281100.510.810.7822.1767.6513.33
Hex391CB033514E1644d
Octal7134130631211162610415
Binary1110011110010110110011101000110011101011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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