#381D16

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

Shades of Brown Pod #381D16

Tints of Brown Pod #381D16

Color information

#381D16 (or 0x381D16) is unknown color: approx Brown Pod. HEX triplet: 38, 1D and 16. RGB value is (56,29,22). Sum of RGB (Red+Green+Blue) = 56+29+22=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #381D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D16 is #C7E2E9. Grayscale: #242424. Windows color (decimal): -13099754 or 1449272. OLE color: 1449272.

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

Color convert

RGB562922-
CMYK00.480.610.78
HSL12.35º43.59%15.29%-
HSV(B)12.35º60.71%21.96%-
XYZ2.221.780.99-
YUV36.28119.95142.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.34%
GREEN value IS 29 (11.72% from 255) = 27.10%
BLUE value IS 22 (8.98% from 255) = 20.56%
R=52.34%
G=27.10%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56292200.480.610.7812.3543.5915.29
Hex381D160303D4Ec2cf
Octal70352606075116145417
Binary11100011101101100110000111101100111011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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