#391C06

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

Shades of Brown Pod #391C06

Tints of Brown Pod #391C06

Color information

#391C06 (or 0x391C06) is unknown color: approx Brown Pod. HEX triplet: 39, 1C and 06. RGB value is (57,28,6). Sum of RGB (Red+Green+Blue) = 57+28+6=91 (12% of max value = 765). Red value is 57 (22.66% from 255 or 62.64% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 6 (2.73% from 255 or 6.59% from 91); Max value from RGB is 57 - color contains mainly: red. Hex color #391C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391C06 is #C6E3F9. Grayscale: #222222. Windows color (decimal): -13034490 or 400441. OLE color: 400441.

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

Color convert

RGB57286-
CMYK00.510.890.78
HSL25.88º80.95%12.35%-
HSV(B)25.88º89.47%22.35%-
XYZ2.141.710.39-
YUV34.16112.11144.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 62.64%
GREEN value IS 28 (11.33% from 255) = 30.77%
BLUE value IS 6 (2.73% from 255) = 6.59%
R=62.64%
G=30.77%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5728600.510.890.7825.8880.9512.35
Hex391C6033594E1a51c
Octal713460631311163212114
Binary111001111001100110011101100110011101101010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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