#381D15

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

Shades of Brown Pod #381D15

Tints of Brown Pod #381D15

Color information

#381D15 (or 0x381D15) is unknown color: approx Brown Pod. HEX triplet: 38, 1D and 15. RGB value is (56,29,21). Sum of RGB (Red+Green+Blue) = 56+29+21=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #381D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D15 is #C7E2EA. Grayscale: #242424. Windows color (decimal): -13099755 or 1383736. OLE color: 1383736.

HSL color Cylindrical-coordinate representation of color #381D15: hue angle of 13.71º 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 #381D15 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB562921-
CMYK00.480.630.78
HSL13.71º45.45%15.1%-
HSV(B)13.71º62.5%21.96%-
XYZ2.211.770.94-
YUV36.16119.45142.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 29 (11.72% from 255) = 27.36%
BLUE value IS 21 (8.59% from 255) = 19.81%
R=52.83%
G=27.36%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56292100.480.630.7813.7145.4515.1
Hex381D150303F4Ee2df
Octal70352506077116165517
Binary11100011101101010110000111111100111011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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