#381C11

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

Shades of Brown Pod #381C11

Tints of Brown Pod #381C11

Color information

#381C11 (or 0x381C11) is unknown color: approx Brown Pod. HEX triplet: 38, 1C and 11. RGB value is (56,28,17). Sum of RGB (Red+Green+Blue) = 56+28+17=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 17 (7.03% from 255 or 16.83% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #381C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C11 is #C7E3EE. Grayscale: #232323. Windows color (decimal): -13100015 or 1121336. OLE color: 1121336.

HSL color Cylindrical-coordinate representation of color #381C11: hue angle of 16.92º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381C11 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB562817-
CMYK00.500.700.78
HSL16.92º53.42%14.31%-
HSV(B)16.92º69.64%21.96%-
XYZ2.151.710.75-
YUV35.12117.78142.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 55.45%
GREEN value IS 28 (11.33% from 255) = 27.72%
BLUE value IS 17 (7.03% from 255) = 16.83%
R=55.45%
G=27.72%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56281700.500.700.7816.9253.4214.31
Hex381C11032464E1135e
Octal703421062106116216516
Binary1110001110010001011001010001101001110100011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381C11; }

 p { color: rgb(56,28,17); }

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

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

 a { background-color: rgb(56,28,17); }

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

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

 span { border-color: rgb(56,28,17); }

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