#391B03

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

Shades of Brown Pod #391B03

Tints of Brown Pod #391B03

Color information

#391B03 (or 0x391B03) is unknown color: approx Brown Pod. HEX triplet: 39, 1B and 03. RGB value is (57,27,3). Sum of RGB (Red+Green+Blue) = 57+27+3=87 (11% of max value = 765). Red value is 57 (22.66% from 255 or 65.52% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 57 - color contains mainly: red. Hex color #391B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391B03 is #C6E4FC. Grayscale: #212121. Windows color (decimal): -13034749 or 203577. OLE color: 203577.

HSL color Cylindrical-coordinate representation of color #391B03: hue angle of 26.67º 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 #391B03 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB57273-
CMYK00.530.950.78
HSL26.67º90%11.76%-
HSV(B)26.67º94.74%22.35%-
XYZ2.11.660.3-
YUV33.23110.94144.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 65.52%
GREEN value IS 27 (10.94% from 255) = 31.03%
BLUE value IS 3 (1.56% from 255) = 3.45%
R=65.52%
G=31.03%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5727300.530.950.7826.679011.76
Hex391B30355F4E1b5ac
Octal713330651371163313214
Binary11100111011110110101101111110011101101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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