#381D17

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

Shades of Brown Pod #381D17

Tints of Brown Pod #381D17

Color information

#381D17 (or 0x381D17) is unknown color: approx Brown Pod. HEX triplet: 38, 1D and 17. RGB value is (56,29,23). Sum of RGB (Red+Green+Blue) = 56+29+23=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #381D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D17 is #C7E2E8. Grayscale: #242424. Windows color (decimal): -13099753 or 1514808. OLE color: 1514808.

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

Color convert

RGB562923-
CMYK00.480.590.78
HSL10.91º41.77%15.49%-
HSV(B)10.91º58.93%21.96%-
XYZ2.221.781.04-
YUV36.39120.45141.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.85%
GREEN value IS 29 (11.72% from 255) = 26.85%
BLUE value IS 23 (9.38% from 255) = 21.30%
R=51.85%
G=26.85%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56292300.480.590.7810.9141.7715.49
Hex381D170303B4Eb2af
Octal70352706073116135217
Binary11100011101101110110000111011100111010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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