#391403

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

Shades of Brown Pod #391403

Tints of Brown Pod #391403

Color information

#391403 (or 0x391403) is unknown color: approx Brown Pod. HEX triplet: 39, 14 and 03. RGB value is (57,20,3). Sum of RGB (Red+Green+Blue) = 57+20+3=80 (10% of max value = 765). Red value is 57 (22.66% from 255 or 71.25% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 3 (1.56% from 255 or 3.75% from 80); Max value from RGB is 57 - color contains mainly: red. Hex color #391403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391403 is #C6EBFC. Grayscale: #1D1D1D. Windows color (decimal): -13036541 or 201785. OLE color: 201785.

HSL color Cylindrical-coordinate representation of color #391403: hue angle of 18.89º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #391403 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB57203-
CMYK00.650.950.78
HSL18.89º90%11.76%-
HSV(B)18.89º94.74%22.35%-
XYZ1.951.380.25-
YUV29.12113.26147.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 71.25%
GREEN value IS 20 (8.20% from 255) = 25%
BLUE value IS 3 (1.56% from 255) = 3.75%
R=71.25%
G=25%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5720300.650.950.7818.899011.76
Hex391430415F4E135ac
Octal7124301011371162313214
Binary111001101001101000001101111110011101001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391403; }

 p { color: rgb(57,20,3); }

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

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

 a { background-color: rgb(57,20,3); }

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

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

 span { border-color: rgb(57,20,3); }

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