#381D13

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

Shades of Brown Pod #381D13

Tints of Brown Pod #381D13

Color information

#381D13 (or 0x381D13) is unknown color: approx Brown Pod. HEX triplet: 38, 1D and 13. RGB value is (56,29,19). Sum of RGB (Red+Green+Blue) = 56+29+19=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #381D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D13 is #C7E2EC. Grayscale: #242424. Windows color (decimal): -13099757 or 1252664. OLE color: 1252664.

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

Color convert

RGB562919-
CMYK00.480.660.78
HSL16.22º49.33%14.71%-
HSV(B)16.22º66.07%21.96%-
XYZ2.191.770.84-
YUV35.93118.45142.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 29 (11.72% from 255) = 27.88%
BLUE value IS 19 (7.81% from 255) = 18.27%
R=53.85%
G=27.88%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56291900.480.660.7816.2249.3314.71
Hex381D13030424E1031f
Octal703523060102116206117
Binary1110001110110011011000010000101001110100001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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