#391601

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

Shades of Brown Pod #391601

Tints of Brown Pod #391601

Color information

#391601 (or 0x391601) is unknown color: approx Brown Pod. HEX triplet: 39, 16 and 01. RGB value is (57,22,1). Sum of RGB (Red+Green+Blue) = 57+22+1=80 (10% of max value = 765). Red value is 57 (22.66% from 255 or 71.25% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 57 - color contains mainly: red. Hex color #391601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391601 is #C6E9FE. Grayscale: #1E1E1E. Windows color (decimal): -13036031 or 71225. OLE color: 71225.

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

Color convert

RGB57221-
CMYK00.610.980.78
HSL22.5º96.55%11.37%-
HSV(B)22.5º98.25%22.35%-
XYZ1.981.450.2-
YUV30.07111.6147.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 71.25%
GREEN value IS 22 (8.98% from 255) = 27.5%
BLUE value IS 1 (0.78% from 255) = 1.25%
R=71.25%
G=27.5%
B=1.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5722100.610.980.7822.596.5511.37
Hex3916103D624E1661b
Octal712610751421162614113
Binary1110011011010111101110001010011101011011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391601; }

 p { color: rgb(57,22,1); }

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

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

 a { background-color: rgb(57,22,1); }

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

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

 span { border-color: rgb(57,22,1); }

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