#381F14

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

Shades of Brown Pod #381F14

Tints of Brown Pod #381F14

Color information

#381F14 (or 0x381F14) is unknown color: approx Brown Pod. HEX triplet: 38, 1F and 14. RGB value is (56,31,20). Sum of RGB (Red+Green+Blue) = 56+31+20=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #381F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F14 is #C7E0EB. Grayscale: #252525. Windows color (decimal): -13099244 or 1318712. OLE color: 1318712.

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

Color convert

RGB563120-
CMYK00.450.640.78
HSL18.33º47.37%14.9%-
HSV(B)18.33º64.29%21.96%-
XYZ2.251.870.9-
YUV37.22118.28141.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.34%
GREEN value IS 31 (12.5% from 255) = 28.97%
BLUE value IS 20 (8.20% from 255) = 18.69%
R=52.34%
G=28.97%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56312000.450.640.7818.3347.3714.9
Hex381F1402D404E122ff
Octal703724055100116225717
Binary1110001111110100010110110000001001110100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,31,20); }

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

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

 a { background-color: rgb(56,31,20); }

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

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

 span { border-color: rgb(56,31,20); }

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