#381D18

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

Shades of Brown Pod #381D18

Tints of Brown Pod #381D18

Color information

#381D18 (or 0x381D18) is unknown color: approx Brown Pod. HEX triplet: 38, 1D and 18. RGB value is (56,29,24). Sum of RGB (Red+Green+Blue) = 56+29+24=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #381D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D18 is #C7E2E7. Grayscale: #242424. Windows color (decimal): -13099752 or 1580344. OLE color: 1580344.

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

Color convert

RGB562924-
CMYK00.480.570.78
HSL9.38º40%15.69%-
HSV(B)9.38º57.14%21.96%-
XYZ2.241.791.09-
YUV36.5120.95141.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.38%
GREEN value IS 29 (11.72% from 255) = 26.61%
BLUE value IS 24 (9.77% from 255) = 22.02%
R=51.38%
G=26.61%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56292400.480.570.789.384015.69
Hex381D18030394E92810
Octal70353006071116115020
Binary111000111011100001100001110011001110100110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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