#381E15

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

Shades of Brown Pod #381E15

Tints of Brown Pod #381E15

Color information

#381E15 (or 0x381E15) is unknown color: approx Brown Pod. HEX triplet: 38, 1E and 15. RGB value is (56,30,21). Sum of RGB (Red+Green+Blue) = 56+30+21=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 30 (12.11% from 255 or 28.04% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #381E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E15 is #C7E1EA. Grayscale: #242424. Windows color (decimal): -13099499 or 1383992. OLE color: 1383992.

HSL color Cylindrical-coordinate representation of color #381E15: hue angle of 15.43º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #381E15 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB563021-
CMYK00.460.630.78
HSL15.43º45.45%15.1%-
HSV(B)15.43º62.5%21.96%-
XYZ2.231.820.94-
YUV36.75119.11141.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.34%
GREEN value IS 30 (12.11% from 255) = 28.04%
BLUE value IS 21 (8.59% from 255) = 19.63%
R=52.34%
G=28.04%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56302100.460.630.7815.4345.4515.1
Hex381E1502E3F4Ef2df
Octal70362505677116175517
Binary11100011110101010101110111111100111011111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,30,21); }

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

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

 a { background-color: rgb(56,30,21); }

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

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

 span { border-color: rgb(56,30,21); }

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