#391700

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

Shades of Brown Pod #391700

Tints of Brown Pod #391700

Color information

#391700 (or 0x391700) is unknown color: approx Brown Pod. HEX triplet: 39, 17 and 00. RGB value is (57,23,0). Sum of RGB (Red+Green+Blue) = 57+23+0=80 (10% of max value = 765). Red value is 57 (22.66% from 255 or 71.25% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 57 - color contains mainly: red. Hex color #391700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391700 is #C6E8FF. Grayscale: #1E1E1E. Windows color (decimal): -13035776 or 5945. OLE color: 5945.

HSL color Cylindrical-coordinate representation of color #391700: hue angle of 24.21º 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 #391700 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB57230-
CMYK00.6010.78
HSL24.21º100%11.18%-
HSV(B)24.21º100%22.35%-
XYZ1.991.480.18-
YUV30.54110.76146.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 71.25%
GREEN value IS 23 (9.38% from 255) = 28.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.25%
G=28.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5723000.6010.7824.2110011.18
Hex3917003C644E1864b
Octal712700741441163014413
Binary1110011011100111100110010010011101100011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391700; }

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

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

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

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

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

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

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

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