#391A00

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

Shades of Brown Pod #391A00

Tints of Brown Pod #391A00

Color information

#391A00 (or 0x391A00) is unknown color: approx Brown Pod. HEX triplet: 39, 1A and 00. RGB value is (57,26,0). Sum of RGB (Red+Green+Blue) = 57+26+0=83 (10% of max value = 765). Red value is 57 (22.66% from 255 or 68.67% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 0 (0.39% from 255 or 0% from 83); Max value from RGB is 57 - color contains mainly: red. Hex color #391A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391A00 is #C6E5FF. Grayscale: #202020. Windows color (decimal): -13035008 or 6713. OLE color: 6713.

HSL color Cylindrical-coordinate representation of color #391A00: hue angle of 27.37º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #391A00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB57260-
CMYK00.5410.78
HSL27.37º100%11.18%-
HSV(B)27.37º100%22.35%-
XYZ2.061.610.2-
YUV32.3109.77145.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 68.67%
GREEN value IS 26 (10.55% from 255) = 31.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.67%
G=31.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5726000.5410.7827.3710011.18
Hex391A0036644E1b64b
Octal713200661441163314413
Binary1110011101000110110110010010011101101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,26,0); }

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

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

 a { background-color: rgb(57,26,0); }

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

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

 span { border-color: rgb(57,26,0); }

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