#381D10

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

Shades of Brown Pod #381D10

Tints of Brown Pod #381D10

Color information

#381D10 (or 0x381D10) is unknown color: approx Brown Pod. HEX triplet: 38, 1D and 10. RGB value is (56,29,16). Sum of RGB (Red+Green+Blue) = 56+29+16=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #381D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D10 is #C7E2EF. Grayscale: #232323. Windows color (decimal): -13099760 or 1056056. OLE color: 1056056.

HSL color Cylindrical-coordinate representation of color #381D10: hue angle of 19.5º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #381D10 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB562916-
CMYK00.480.710.78
HSL19.5º55.56%14.12%-
HSV(B)19.5º71.43%21.96%-
XYZ2.161.760.72-
YUV35.59116.95142.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 55.45%
GREEN value IS 29 (11.72% from 255) = 28.71%
BLUE value IS 16 (6.64% from 255) = 15.84%
R=55.45%
G=28.71%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56291600.480.710.7819.555.5614.12
Hex381D10030474E1438e
Octal703520060107116247016
Binary1110001110110000011000010001111001110101001110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,29,16); }

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

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

 a { background-color: rgb(56,29,16); }

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

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

 span { border-color: rgb(56,29,16); }

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