#391B04

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

Shades of Brown Pod #391B04

Tints of Brown Pod #391B04

Color information

#391B04 (or 0x391B04) is unknown color: approx Brown Pod. HEX triplet: 39, 1B and 04. RGB value is (57,27,4). Sum of RGB (Red+Green+Blue) = 57+27+4=88 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.77% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 57 - color contains mainly: red. Hex color #391B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391B04 is #C6E4FB. Grayscale: #212121. Windows color (decimal): -13034748 or 269113. OLE color: 269113.

HSL color Cylindrical-coordinate representation of color #391B04: hue angle of 26.04º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #391B04 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB57274-
CMYK00.530.930.78
HSL26.04º86.89%11.96%-
HSV(B)26.04º92.98%22.35%-
XYZ2.11.660.33-
YUV33.35111.44144.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 64.77%
GREEN value IS 27 (10.94% from 255) = 30.68%
BLUE value IS 4 (1.95% from 255) = 4.55%
R=64.77%
G=30.68%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5727400.530.930.7826.0486.8911.96
Hex391B40355D4E1a57c
Octal713340651351163212714
Binary111001110111000110101101110110011101101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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