#381C16

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

Shades of Brown Pod #381C16

Tints of Brown Pod #381C16

Color information

#381C16 (or 0x381C16) is unknown color: approx Brown Pod. HEX triplet: 38, 1C and 16. RGB value is (56,28,22). Sum of RGB (Red+Green+Blue) = 56+28+22=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #381C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C16 is #C7E3E9. Grayscale: #232323. Windows color (decimal): -13100010 or 1449016. OLE color: 1449016.

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

Color convert

RGB562822-
CMYK00.500.610.78
HSL10.59º43.59%15.29%-
HSV(B)10.59º60.71%21.96%-
XYZ2.191.730.98-
YUV35.69120.28142.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 28 (11.33% from 255) = 26.42%
BLUE value IS 22 (8.98% from 255) = 20.75%
R=52.83%
G=26.42%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56282200.500.610.7810.5943.5915.29
Hex381C160323D4Eb2cf
Octal70342606275116135417
Binary11100011100101100110010111101100111010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,28,22); }

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

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

 a { background-color: rgb(56,28,22); }

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

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

 span { border-color: rgb(56,28,22); }

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