#391201

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

Shades of Brown Pod #391201

Tints of Brown Pod #391201

Color information

#391201 (or 0x391201) is unknown color: approx Brown Pod. HEX triplet: 39, 12 and 01. RGB value is (57,18,1). Sum of RGB (Red+Green+Blue) = 57+18+1=76 (10% of max value = 765). Red value is 57 (22.66% from 255 or 75% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 57 - color contains mainly: red. Hex color #391201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391201 is #C6EDFE. Grayscale: #1B1B1B. Windows color (decimal): -13037055 or 70201. OLE color: 70201.

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

Color convert

RGB57181-
CMYK00.680.980.78
HSL18.21º96.55%11.37%-
HSV(B)18.21º98.25%22.35%-
XYZ1.911.30.18-
YUV27.72112.92148.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 75%
GREEN value IS 18 (7.42% from 255) = 23.68%
BLUE value IS 1 (0.78% from 255) = 1.32%
R=75%
G=23.68%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5718100.680.980.7818.2196.5511.37
Hex39121044624E1261b
Octal7122101041421162214113
Binary11100110010101000100110001010011101001011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391201; }

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

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

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

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

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

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

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

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